![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <linklist.h>
Inheritance diagram for JGadget::TLinkList< T, I >::const_iterator:
Collaboration diagram for JGadget::TLinkList< T, I >::const_iterator:Public Member Functions | |
| const_iterator (TNodeLinkList::const_iterator iter) | |
| const_iterator (iterator iter) | |
| const_iterator & | operator++ () |
| const_iterator & | operator-- () |
| const_iterator | operator++ (int) |
| const_iterator | operator-- (int) |
| const T * | operator-> () const |
| const T & | operator* () const |
Public Member Functions inherited from JGadget::TNodeLinkList::const_iterator | |
| const_iterator (TLinkListNode *pNode) | |
| const_iterator (iterator it) | |
| const_iterator & | operator++ () |
| const_iterator & | operator-- () |
| const_iterator | operator++ (int) |
| const_iterator | operator-- (int) |
| const TLinkListNode * | operator-> () const |
| const TLinkListNode & | operator* () const |
Friends | |
| bool | operator== (const_iterator a, const_iterator b) |
| bool | operator!= (const_iterator a, const_iterator b) |
Additional Inherited Members | |
Public Attributes inherited from JGadget::TNodeLinkList::const_iterator | |
| TLinkListNode * | node |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |