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