summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTobias Hoffmann <thobi@worker>2012-07-08 00:40:46 +0200
committerJay Berkenbilt <ejb@ql.org>2012-07-08 00:55:08 +0200
commit8720446b2369d3cbf0b9e78ebb76a369022275d2 (patch)
treefa5fc090e69026f03dd2c61445df104c4172472d /include
parenta8266ccb0ef67d07cfa92b5669b238012195d94f (diff)
downloadqpdf-8720446b2369d3cbf0b9e78ebb76a369022275d2.tar.zst
Added assertNumber and assertScalar to QPDFObjectHandle
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFObjectHandle.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh
index 6ca06caa..daa71faa 100644
--- a/include/qpdf/QPDFObjectHandle.hh
+++ b/include/qpdf/QPDFObjectHandle.hh
@@ -432,6 +432,10 @@ class QPDFObjectHandle
void assertStream();
QPDF_DLL
+ void assertScalar();
+ QPDF_DLL
+ void assertNumber();
+ QPDF_DLL
void assertPageObject();
private: