pdf::PDFElemCollection< T, E > Class Template Reference

#include <pdf_collection.h>

Inheritance diagram for pdf::PDFElemCollection< T, E >:
Inheritance graph
[legend]
Collaboration diagram for pdf::PDFElemCollection< T, E >:
Collaboration graph
[legend]

Public Member Functions

 PDFElemCollection ()
virtual ~PDFElemCollection ()
void set_element (E e)
E & get_element ()

Detailed Description

template<class T, class E>
class pdf::PDFElemCollection< T, E >

Definition at line 180 of file pdf_collection.h.


Constructor & Destructor Documentation

template<class T , class E >
pdf::PDFElemCollection< T, E >::PDFElemCollection (  )  [inline]

Definition at line 183 of file pdf_collection.h.

00184         : PDFCollection<T>()
00185     {}

template<class T , class E >
virtual pdf::PDFElemCollection< T, E >::~PDFElemCollection (  )  [inline, virtual]

Definition at line 186 of file pdf_collection.h.

00186 {}


Member Function Documentation

template<class T , class E >
E& pdf::PDFElemCollection< T, E >::get_element (  )  [inline]

Definition at line 190 of file pdf_collection.h.

00190 {return element;}

template<class T , class E >
void pdf::PDFElemCollection< T, E >::set_element ( 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;}

Here is the caller graph for this function:


The documentation for this class was generated from the following file:
Generated by  doxygen 1.6.2-20100208