#include <pdf_collection.h>


Public Member Functions | |
| PDFElemCollection () | |
| virtual | ~PDFElemCollection () |
| void | set_element (E e) |
| E & | get_element () |
Definition at line 180 of file pdf_collection.h.
| pdf::PDFElemCollection< T, E >::PDFElemCollection | ( | ) | [inline] |
Definition at line 183 of file pdf_collection.h.
| virtual pdf::PDFElemCollection< T, E >::~PDFElemCollection | ( | ) | [inline, virtual] |
Definition at line 186 of file pdf_collection.h.
| E& pdf::PDFElemCollection< T, E >::get_element | ( | ) | [inline] |
Definition at line 190 of file pdf_collection.h.
| void pdf::PDFElemCollection< T, E >::set_element | ( | E | e | ) | [inline] |
Definition at line 188 of file pdf_collection.h.
Referenced by pdf::PDFSearcher::seach_all(), and pdf::PDFSearcher::search_next().
00188 {element = e;}

1.6.2-20100208