Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
JGadget::TLinkList< T, I >::const_iterator Struct Reference

#include <linklist.h>

+ Collaboration diagram for JGadget::TLinkList< T, I >::const_iterator:

Public Member Functions

 const_iterator (TNodeLinkList::const_iterator iter)
 
 const_iterator (iterator iter)
 
const_iteratoroperator++ ()
 
const_iteratoroperator-- ()
 
const_iterator operator++ (int)
 
const_iterator operator-- (int)
 
const Toperator-> () const
 
const Toperator* () const
 

Public Attributes

TNodeLinkList::const_iterator base
 

Friends

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

Constructor & Destructor Documentation

◆ const_iterator() [1/2]

template<typename T , int I>
JGadget::TLinkList< T, I >::const_iterator::const_iterator ( TNodeLinkList::const_iterator  iter)
inlineexplicit

◆ const_iterator() [2/2]

template<typename T , int I>
JGadget::TLinkList< T, I >::const_iterator::const_iterator ( iterator  iter)
inlineexplicit

Member Function Documentation

◆ operator*()

template<typename T , int I>
const T & JGadget::TLinkList< T, I >::const_iterator::operator* ( ) const
inline

◆ operator++() [1/2]

template<typename T , int I>
const_iterator & JGadget::TLinkList< T, I >::const_iterator::operator++ ( )
inline

◆ operator++() [2/2]

template<typename T , int I>
const_iterator JGadget::TLinkList< T, I >::const_iterator::operator++ ( int  )
inline

◆ operator--() [1/2]

template<typename T , int I>
const_iterator & JGadget::TLinkList< T, I >::const_iterator::operator-- ( )
inline

◆ operator--() [2/2]

template<typename T , int I>
const_iterator JGadget::TLinkList< T, I >::const_iterator::operator-- ( int  )
inline

◆ operator->()

template<typename T , int I>
const T * JGadget::TLinkList< T, I >::const_iterator::operator-> ( ) const
inline

Friends And Related Symbol Documentation

◆ operator!=

template<typename T , int I>
bool operator!= ( const_iterator  a,
const_iterator  b 
)
friend

◆ operator==

template<typename T , int I>
bool operator== ( const_iterator  a,
const_iterator  b 
)
friend

Member Data Documentation

◆ base

template<typename T , int I>
TNodeLinkList::const_iterator JGadget::TLinkList< T, I >::const_iterator::base

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