filters
MSWrite::ListIterator< dtype > Class Template Reference
List of all members.Detailed Description
template<class dtype>
class MSWrite::ListIterator< dtype >
Definition at line 100 of file list.h.
Public Member Functions | |
| ListIterator (const bool forward=true) | |
| ListIterator< dtype > & | prev (void) |
| ~ListIterator () | |
| ListIterator< dtype > & | operator-- (void) |
| ListIterator< dtype > & | operator-- (int) |
| ListIterator< dtype > & | next (void) |
| ListIterator< dtype > & | operator++ (void) |
| ListIterator< dtype > & | operator++ (int) |
| bool | operator== (const ListIterator< dtype > &rhs) |
| bool | operator!= (const ListIterator< dtype > &rhs) |
| dtype & | operator * (void) |
Friends | |
| class | List< dtype > |
The documentation for this class was generated from the following file:

