Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
JGadget::TEnumerator< T > Struct Template Reference

#include <linklist.h>

Public Member Functions

 TEnumerator (T _current, T _end)
 
bool isEnd () const
 
 operator bool () const
 
T operator* ()
 

Public Attributes

T current
 
T end
 

Constructor & Destructor Documentation

◆ TEnumerator()

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

Member Function Documentation

◆ isEnd()

template<typename T >
bool JGadget::TEnumerator< T >::isEnd ( ) const
inline

◆ operator bool()

template<typename T >
JGadget::TEnumerator< T >::operator bool ( ) const
inline

◆ operator*()

template<typename T >
T JGadget::TEnumerator< T >::operator* ( )
inline

Member Data Documentation

◆ current

template<typename T >
T JGadget::TEnumerator< T >::current

◆ end

template<typename T >
T JGadget::TEnumerator< T >::end

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