#include <pdf_collection.h>
Public Member Functions | |
PDFCollectionBase () | |
virtual | ~PDFCollectionBase () |
virtual bool | get_first_element (void **data_ptr)=0 |
virtual int | get_count ()=0 |
Definition at line 35 of file pdf_collection.h.
pdf::PDFCollectionBase::PDFCollectionBase | ( | ) | [inline] |
Definition at line 38 of file pdf_collection.h.
virtual pdf::PDFCollectionBase::~PDFCollectionBase | ( | ) | [inline, virtual] |
Definition at line 39 of file pdf_collection.h.
virtual int pdf::PDFCollectionBase::get_count | ( | ) | [pure virtual] |
Implemented in pdf::PDFInstanceCollection< T >, pdf::PDFCollection< T >, and pdf::PDFCollection< MarkerEntry * >.
virtual bool pdf::PDFCollectionBase::get_first_element | ( | void ** | data_ptr | ) | [pure virtual] |
Implemented in pdf::PDFInstanceCollection< T >, pdf::PDFCollection< T >, and pdf::PDFCollection< MarkerEntry * >.