filters
MSWrite::List< dtype > Class Template Reference
List of all members.Detailed Description
template<class dtype>
class MSWrite::List< dtype >
Definition at line 181 of file list.h.
Public Types | |
typedef ListIterator< dtype > | Iterator |
Public Member Functions | |
List () | |
virtual | ~List () |
void | killself (void) |
bool | empty (void) const |
bool | good (void) const |
bool | bad (void) const |
bool | addToFront (dtype &data) |
bool | addToBack (void) |
bool | addToBack (const dtype &data) |
int | getNumElements (void) const |
List< dtype > & | operator= (const List< dtype > &rhs) |
ListIterator< dtype > | begin (const bool forward=true) const |
ListIterator< dtype > | end (void) const |
ListIterator< dtype > | erase (ListIterator< dtype > &it) |
ListIterator< dtype > | search (const dtype &value) const |
Friends | |
class | ListIterator< dtype > |
The documentation for this class was generated from the following file: