#include <collection_impl.h>

Public Member Functions | |
| DataContainerBase () | |
| virtual | ~DataContainerBase () |
| virtual bool | get_first_element (void **data_ptr)=0 |
| virtual int | get_count ()=0 |
Definition at line 41 of file plaintext/plugin_impl/collection_impl.h.
| text::DataContainerBase::DataContainerBase | ( | ) | [inline] |
Definition at line 44 of file plaintext/plugin_impl/collection_impl.h.
| virtual text::DataContainerBase::~DataContainerBase | ( | ) | [inline, virtual] |
Definition at line 45 of file plaintext/plugin_impl/collection_impl.h.
| virtual int text::DataContainerBase::get_count | ( | ) | [pure virtual] |
Implemented in text::DataContainer< T >, and text::DataContainer< T * >.
| virtual bool text::DataContainerBase::get_first_element | ( | void ** | data_ptr | ) | [pure virtual] |
Implemented in text::DataContainer< T >, and text::DataContainer< T * >.
1.6.2-20100208