Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
JGadget::TNodeLinkList::const_iterator Struct Reference

#include <linklist.h>

+ Collaboration diagram for JGadget::TNodeLinkList::const_iterator:

Public Member Functions

 const_iterator (TLinkListNode *pNode)
 
 const_iterator (const const_iterator &iter)
 
 const_iterator (iterator it)
 
const_iteratoroperator++ ()
 
const_iteratoroperator-- ()
 
const_iterator operator++ (int)
 
const_iterator operator-- (int)
 
const TLinkListNodeoperator-> () const
 
const TLinkListNodeoperator* () const
 

Public Attributes

TLinkListNodenode
 

Friends

bool operator== (const_iterator a, const_iterator b)
 
bool operator!= (const_iterator a, const_iterator b)
 
bool operator== (const_iterator a, iterator b)
 
bool operator!= (const_iterator a, iterator b)
 

Constructor & Destructor Documentation

◆ const_iterator() [1/3]

JGadget::TNodeLinkList::const_iterator::const_iterator ( TLinkListNode pNode)
inlineexplicit

◆ const_iterator() [2/3]

JGadget::TNodeLinkList::const_iterator::const_iterator ( const const_iterator iter)
inline

◆ const_iterator() [3/3]

JGadget::TNodeLinkList::const_iterator::const_iterator ( iterator  it)
inlineexplicit

Member Function Documentation

◆ operator*()

const TLinkListNode & JGadget::TNodeLinkList::const_iterator::operator* ( ) const
inline

◆ operator++() [1/2]

const_iterator & JGadget::TNodeLinkList::const_iterator::operator++ ( )
inline

◆ operator++() [2/2]

const_iterator JGadget::TNodeLinkList::const_iterator::operator++ ( int  )
inline

◆ operator--() [1/2]

const_iterator & JGadget::TNodeLinkList::const_iterator::operator-- ( )
inline

◆ operator--() [2/2]

const_iterator JGadget::TNodeLinkList::const_iterator::operator-- ( int  )
inline

◆ operator->()

const TLinkListNode * JGadget::TNodeLinkList::const_iterator::operator-> ( ) const
inline

Friends And Related Symbol Documentation

◆ operator!= [1/2]

bool operator!= ( const_iterator  a,
const_iterator  b 
)
friend

◆ operator!= [2/2]

bool operator!= ( const_iterator  a,
iterator  b 
)
friend

◆ operator== [1/2]

bool operator== ( const_iterator  a,
const_iterator  b 
)
friend

◆ operator== [2/2]

bool operator== ( const_iterator  a,
iterator  b 
)
friend

Member Data Documentation

◆ node

TLinkListNode* JGadget::TNodeLinkList::const_iterator::node

The documentation for this struct was generated from the following file: