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

#include <std-list.h>

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

Public Member Functions

 const_iterator (TNode_ *pNode)
 
const_iteratoroperator++ ()
 
const_iteratoroperator-- ()
 

Public Attributes

TNode_p_
 

Friends

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

Constructor & Destructor Documentation

◆ const_iterator()

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

Member Function Documentation

◆ operator++()

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

◆ operator--()

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

Friends And Related Symbol Documentation

◆ operator!=

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

◆ operator==

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

Member Data Documentation

◆ p_

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

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