Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 >:

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
 

Detailed Description

template<class T>
template<class U>
struct EntityMap< T >::_iter< U >

Definition at line 72 of file EntityMap.h.

Constructor & Destructor Documentation

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

Definition at line 75 of file EntityMap.h.

Member Function Documentation

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

Definition at line 93 of file EntityMap.h.

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

Definition at line 92 of file EntityMap.h.

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

Definition at line 76 of file EntityMap.h.

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

Definition at line 78 of file EntityMap.h.

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

Definition at line 84 of file EntityMap.h.

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

Definition at line 77 of file EntityMap.h.

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

Definition at line 91 of file EntityMap.h.

Member Data Documentation

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

Definition at line 74 of file EntityMap.h.


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