#include <mlVecList.h>

Public Member Functions | |
| VecListTemplate () | |
| Default constructor. | |
Protected Member Functions | |
List item persistence | |
| virtual char * | getItemState (typename VecListTemplate< T >::const_iterator it) const |
| Return a string representation of the item object. | |
| virtual void | setItemState (typename VecListTemplate< T >::iterator it, const char *state) |
| Initialize the item object from the string state. | |
Definition at line 53 of file mlVecList.h.
| ml::VecListTemplate< T >::VecListTemplate | ( | ) | [inline] |
| char * ml::VecListTemplate< T >::getItemState | ( | typename VecListTemplate< T >::const_iterator | it | ) | const [inline, protected, virtual] |
Return a string representation of the item object.
The string is allocated on the heap and is later disposed by clearItemState().
The string is allocated on the heap and is later disposed by clearItemState().
Definition at line 82 of file mlVecList.h.
References ml::ListTemplate< T >::getSize(), and ml::ListBase::newString().
| void ml::VecListTemplate< T >::setItemState | ( | typename VecListTemplate< T >::iterator | it, | |
| const char * | state | |||
| ) | [inline, protected, virtual] |
Initialize the item object from the string state.
Definition at line 98 of file mlVecList.h.
References ml::ListTemplate< T >::getSize().
1.5.8