X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fdocument.h;h=54ccdd08a48e961480a02a442caa750c90609bc6;hp=89e854a833ef2f416162c00002df2e98d1c58de3;hb=8942bd699d8e1ddede1127421ad18bed53232ff3;hpb=fd8f00531c67a2a187213ca6830114ff84a8ec4f diff --git a/src/document.h b/src/document.h index 89e854a..54ccdd0 100644 --- a/src/document.h +++ b/src/document.h @@ -17,6 +17,7 @@ namespace IPDF void DebugDumpObjects(); unsigned ObjectCount() const {return m_count;} + inline const Objects & GetObjects() const {return m_objects;} bool operator==(const Document & equ) const; bool operator!=(const Document & equ) const {return !(this->operator==(equ));}