Visitor for performance measures

This commit is contained in:
Jakub Melka
2018-12-01 11:36:07 +01:00
parent 670a260265
commit 26a2a8deb5
10 changed files with 529 additions and 15 deletions

View File

@@ -77,6 +77,9 @@ public:
/// then free entry is returned.
const Entry& getEntry(PDFObjectReference reference) const;
/// Returns the trailer dictionary
const PDFObject& getTrailerDictionary() const { return m_trailerDictionary; }
private:
/// Reference table entries
std::vector<Entry> m_entries;