From 3608afd5c528b7a9d95d227cb6c4f33d303fcfcd Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 20 Jun 2019 13:04:57 -0400 Subject: Add new integer accessors to QPDFObjectHandle --- include/qpdf/QPDFObjectHandle.hh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh index 978cddff..0039f8ee 100644 --- a/include/qpdf/QPDFObjectHandle.hh +++ b/include/qpdf/QPDFObjectHandle.hh @@ -491,6 +491,12 @@ class QPDFObjectHandle // Methods for integer objects QPDF_DLL long long getIntValue(); + QPDF_DLL + int getIntValueAsInt(); + QPDF_DLL + unsigned long long getUIntValue(); + QPDF_DLL + unsigned int getUIntValueAsUInt(); // Methods for real objects QPDF_DLL -- cgit v1.2.3-54-g00ecf