Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
JGadget::TEnumerator2< Iterator, T > Struct Template Reference

#include <linklist.h>

Public Member Functions

 TEnumerator2 (Iterator _current, Iterator _end)
 
bool isEnd () const
 
 operator bool () const
 
Toperator* ()
 

Public Attributes

Iterator current
 
Iterator end
 

Constructor & Destructor Documentation

◆ TEnumerator2()

template<typename Iterator , typename T >
JGadget::TEnumerator2< Iterator, T >::TEnumerator2 ( Iterator _current,
Iterator _end )
inline

Member Function Documentation

◆ isEnd()

template<typename Iterator , typename T >
bool JGadget::TEnumerator2< Iterator, T >::isEnd ( ) const
inline

◆ operator bool()

template<typename Iterator , typename T >
JGadget::TEnumerator2< Iterator, T >::operator bool ( ) const
inline

◆ operator*()

template<typename Iterator , typename T >
T & JGadget::TEnumerator2< Iterator, T >::operator* ( )
inline

Member Data Documentation

◆ current

template<typename Iterator , typename T >
Iterator JGadget::TEnumerator2< Iterator, T >::current

◆ end

template<typename Iterator , typename T >
Iterator JGadget::TEnumerator2< Iterator, T >::end

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