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

#include <EntityMap.h>

Public Types

using iterator_category = std::forward_iterator_tag
 
using value_type = U
 
using difference_type = std::ptrdiff_t
 
using pointer = U *
 
using reference = 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
 

Member Typedef Documentation

◆ difference_type

template<class T >
template<class U >
using EntityMap< T >::_iter< U >::difference_type = std::ptrdiff_t

◆ iterator_category

template<class T >
template<class U >
using EntityMap< T >::_iter< U >::iterator_category = std::forward_iterator_tag

◆ pointer

template<class T >
template<class U >
using EntityMap< T >::_iter< U >::pointer = U*

◆ reference

template<class T >
template<class U >
using EntityMap< T >::_iter< U >::reference = U&

◆ value_type

template<class T >
template<class U >
using EntityMap< T >::_iter< U >::value_type = U

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: