Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
JGadget::TList< T, Allocator >::iterator Struct Reference

#include <std-list.h>

+ Inheritance diagram for JGadget::TList< T, Allocator >::iterator:
+ Collaboration diagram for JGadget::TList< T, Allocator >::iterator:

Public Member Functions

 iterator ()
 
 iterator (TNode_ *pNode)
 
iteratoroperator++ ()
 
iteratoroperator-- ()
 
iterator operator++ (int)
 
iterator operator-- (int)
 
Toperator* () const
 

Public Attributes

TNode_p_
 

Friends

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

Constructor & Destructor Documentation

◆ iterator() [1/2]

template<typename T , typename Allocator = JGadget::TAllocator<T>>
JGadget::TList< T, Allocator >::iterator::iterator ( )
inline

◆ iterator() [2/2]

template<typename T , typename Allocator = JGadget::TAllocator<T>>
JGadget::TList< T, Allocator >::iterator::iterator ( TNode_ * pNode)
inline

Member Function Documentation

◆ operator*()

template<typename T , typename Allocator = JGadget::TAllocator<T>>
T & JGadget::TList< T, Allocator >::iterator::operator* ( ) const
inline

◆ operator++() [1/2]

template<typename T , typename Allocator = JGadget::TAllocator<T>>
iterator & JGadget::TList< T, Allocator >::iterator::operator++ ( )
inline

◆ operator++() [2/2]

template<typename T , typename Allocator = JGadget::TAllocator<T>>
iterator JGadget::TList< T, Allocator >::iterator::operator++ ( int )
inline

◆ operator--() [1/2]

template<typename T , typename Allocator = JGadget::TAllocator<T>>
iterator & JGadget::TList< T, Allocator >::iterator::operator-- ( )
inline

◆ operator--() [2/2]

template<typename T , typename Allocator = JGadget::TAllocator<T>>
iterator JGadget::TList< T, Allocator >::iterator::operator-- ( int )
inline

Friends And Related Symbol Documentation

◆ operator!=

template<typename T , typename Allocator = JGadget::TAllocator<T>>
bool operator!= ( iterator a,
iterator b )
friend

◆ operator==

template<typename T , typename Allocator = JGadget::TAllocator<T>>
bool operator== ( iterator a,
iterator b )
friend

Member Data Documentation

◆ p_

template<typename T , typename Allocator = JGadget::TAllocator<T>>
TNode_* JGadget::TList< T, Allocator >::iterator::p_

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