|
kodi
|
Public Member Functions | |
| Iterator (Item *item) | |
| Iterator (const Iterator ©) | |
| T & | operator* () const |
| T * | operator-> () const |
| Iterator & | operator++ () |
| Iterator | operator++ (int) |
| Iterator & | operator-- () |
| Iterator | operator-- (int) |
| operator bool () const | |
| bool | operator== (const Iterator &other) const |
| bool | operator!= (const Iterator &other) const |
| void | operator= (const Iterator &other) |
| void | operator= (Item *item) |
Friends | |
| class | NPT_List< T > |
1.8.13