Public Member Functions | |
| Iterator (const ndList< T, allocator > &me) | |
| operator ndInt32 () const | |
| bool | operator== (const Iterator &target) const |
| void | Begin () |
| void | End () |
| void | Set (ndNode *const node) |
| void | operator++ () |
| void | operator++ (ndInt32) |
| void | operator-- () |
| void | operator-- (ndInt32) |
| T & | operator* () const |
| ndNode * | GetNode () const |