NDDEM
|
#include <LinkedList.h>
Public Member Functions | |
iterator () | |
iterator (E *element) | |
bool | operator== (iterator e) |
bool | operator!= (iterator e) |
iterator & | operator++ (int v) |
iterator & | operator-- (int v) |
T & | operator* () |
E * | operator-> () |
E * | raw () |
Public Attributes | |
E * | el |
|
inline |
|
inline |