Pyrogenesis  trunk
Public Member Functions | Public Attributes | List of all members
EntityMap< T >::_iter< U > Struct Template Reference

#include <EntityMap.h>

Inheritance diagram for EntityMap< T >::_iter< U >:
Inheritance graph
[legend]
Collaboration diagram for EntityMap< T >::_iter< U >:
Collaboration graph
[legend]

Public Member Functions

 _iter (U *init)
 
U & operator* ()
 
U * operator-> ()
 
_iteroperator++ ()
 
_iteroperator++ (int)
 
bool operator== (_iter other)
 
bool operator!= (_iter other)
 
 operator _iter< U const > () const
 

Public Attributes

U * val
 

Constructor & Destructor Documentation

◆ _iter()

template<class T>
template<class U >
EntityMap< T >::_iter< U >::_iter ( U *  init)
inline

Member Function Documentation

◆ operator _iter< U const >()

template<class T>
template<class U >
EntityMap< T >::_iter< U >::operator _iter< U const > ( ) const
inline

◆ operator!=()

template<class T>
template<class U >
bool EntityMap< T >::_iter< U >::operator!= ( _iter< U >  other)
inline

◆ operator*()

template<class T>
template<class U >
U& EntityMap< T >::_iter< U >::operator* ( )
inline

◆ operator++() [1/2]

template<class T>
template<class U >
_iter& EntityMap< T >::_iter< U >::operator++ ( )
inline

◆ operator++() [2/2]

template<class T>
template<class U >
_iter& EntityMap< T >::_iter< U >::operator++ ( int  )
inline

◆ operator->()

template<class T>
template<class U >
U* EntityMap< T >::_iter< U >::operator-> ( )
inline

◆ operator==()

template<class T>
template<class U >
bool EntityMap< T >::_iter< U >::operator== ( _iter< U >  other)
inline

Member Data Documentation

◆ val

template<class T>
template<class U >
U* EntityMap< T >::_iter< U >::val

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