30class toc_item_private;
32class POPPLER_CPP_EXPORT
toc :
public poppler::noncopyable
44 friend class toc_private;
47class POPPLER_CPP_EXPORT
toc_item :
public poppler::noncopyable
50 typedef std::vector<toc_item *>::const_iterator
iterator;
57 std::vector<toc_item *> children()
const;
66 friend class toc_private;
67 friend class toc_item_private;
Represents an item of the TOC (Table of Contents) of a PDF document.
Definition poppler-toc.h:48
std::vector< toc_item * >::const_iterator iterator
An iterator for the children of a TOC item.
Definition poppler-toc.h:50
Represents the TOC (Table of Contents) of a PDF document.
Definition poppler-toc.h:33
Definition poppler-global.h:103
Single namespace containing all the classes and functions of poppler-cpp.
Definition poppler-destination.h:27