sead
Loading...
Searching...
No Matches
sead::TList< T >::robustIterator Class Reference

#include <seadTList.h>

Public Member Functions

 robustIterator (TListNode< T > *ptr)
robustIteratoroperator++ ()
TListNode< T > & operator* () const
TListNode< T > * operator-> () const

Protected Attributes

TListNode< T > * mPtr
TListNode< T > * mNext

Friends

bool operator== (const robustIterator &it1, const robustIterator &it2)
bool operator!= (const robustIterator &it1, const robustIterator &it2)

Constructor & Destructor Documentation

◆ robustIterator()

template<typename T>
sead::TList< T >::robustIterator::robustIterator ( TListNode< T > * ptr)
inlineexplicit

Member Function Documentation

◆ operator++()

template<typename T>
robustIterator & sead::TList< T >::robustIterator::operator++ ( )
inline

◆ operator*()

template<typename T>
TListNode< T > & sead::TList< T >::robustIterator::operator* ( ) const
inline

◆ operator->()

template<typename T>
TListNode< T > * sead::TList< T >::robustIterator::operator-> ( ) const
inline

◆ operator==

template<typename T>
bool operator== ( const robustIterator & it1,
const robustIterator & it2 )
friend

◆ operator!=

template<typename T>
bool operator!= ( const robustIterator & it1,
const robustIterator & it2 )
friend

Member Data Documentation

◆ mPtr

template<typename T>
TListNode<T>* sead::TList< T >::robustIterator::mPtr
protected

◆ mNext

template<typename T>
TListNode<T>* sead::TList< T >::robustIterator::mNext
protected