aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2022-06-23 20:53:05 +0200
committerJay Berkenbilt <jberkenbilt@users.noreply.github.com>2022-06-25 14:25:32 +0200
commite9c1637353fc3d063ae06bf98dd200e245ef9ff4 (patch)
treeb85e65f7707b87f26c2b079d68513ee305f296e3 /include
parent97f737a562dcf7f50cec2060c9cc5a9dce06f58f (diff)
downloadqpdf-e9c1637353fc3d063ae06bf98dd200e245ef9ff4.tar.zst
Add private method QPDFObjectHandle::getObjGenAsStr
Also, use methods to access objid and generation.
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFObjectHandle.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh
index 7ab2652a..6a047936 100644
--- a/include/qpdf/QPDFObjectHandle.hh
+++ b/include/qpdf/QPDFObjectHandle.hh
@@ -1581,6 +1581,7 @@ class QPDFObjectHandle
bool stop_at_streams);
void shallowCopyInternal(QPDFObjectHandle& oh, bool first_level_only);
void releaseResolved();
+ std::string getObjGenAsStr() const;
static void setObjectDescriptionFromInput(
QPDFObjectHandle,
QPDF*,