aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMasamichi Hosoda <trueroad@trueroad.jp>2019-09-28 15:07:00 +0200
committerJay Berkenbilt <ejb@ql.org>2019-10-22 22:16:16 +0200
commit46ac3e21b362a8d5c7fd45c9c0384a52fc86fb9e (patch)
tree08a0ae7867a5db4ea9a7657eb115455185152f05 /include
parent06b818dcd39b5aeaeeee5c247483633a02a0222e (diff)
downloadqpdf-46ac3e21b362a8d5c7fd45c9c0384a52fc86fb9e.tar.zst
Add QPDF::getXRefTable()
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDF.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh
index 736e1676..e5ea08ce 100644
--- a/include/qpdf/QPDF.hh
+++ b/include/qpdf/QPDF.hh
@@ -239,6 +239,8 @@ class QPDF
QPDFObjectHandle getTrailer();
QPDF_DLL
QPDFObjectHandle getRoot();
+ QPDF_DLL
+ std::map<QPDFObjGen, QPDFXRefEntry> getXRefTable();
// Install this object handle as an indirect object and return an
// indirect reference to it.
@@ -1400,6 +1402,7 @@ class QPDF
bool fixed_dangling_refs;
bool immediate_copy_from;
bool in_parse;
+ bool parsed;
// Linearization data
qpdf_offset_t first_xref_item_offset; // actual value from file