![]() |
MOS Source Code
|
#include <list.hpp>
Public Member Functions | |
iterator (node *current) | |
T & | operator* () |
iterator & | operator++ () |
bool | operator== (const iterator &other) const |
bool | operator!= (const iterator &other) const |
Private Attributes | |
node * | current |
Definition at line 116 of file list.hpp.
Referenced by operator!=(), operator++(), and operator==().
|
inline |
|
private |
Definition at line 142 of file list.hpp.
Referenced by list< T >::erase(), list< T >::insert(), iterator(), operator!=(), operator*(), operator++(), and operator==().