aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-06-20 19:04:57 +0200
committerJay Berkenbilt <ejb@ql.org>2019-06-21 19:17:21 +0200
commit3608afd5c528b7a9d95d227cb6c4f33d303fcfcd (patch)
tree9f1a59273a85f877e142e3403d68bb0a303029d2 /include
parent42306e2ff8716ce9a8f57da791122cc88308890c (diff)
downloadqpdf-3608afd5c528b7a9d95d227cb6c4f33d303fcfcd.tar.zst
Add new integer accessors to QPDFObjectHandle
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFObjectHandle.hh6
1 files changed, 6 insertions, 0 deletions
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