#include <src/util/OrxEnum.h>
Public Member Functions | |
operator int () | |
bool | operator< (const T &right) const |
T & | operator= (int type) |
bool | operator> (const T &right) const |
OrxEnum (const T &instance) | |
OrxEnum (int type) | |
OrxEnum () | |
Private Member Functions | |
OrxEnum (const OrxEnum &instance) | |
Private Attributes | |
int | type_ |
orxonox::OrxEnum< T >::OrxEnum | ( | ) | [inline] |
orxonox::OrxEnum< T >::OrxEnum | ( | int | type | ) | [inline] |
orxonox::OrxEnum< T >::OrxEnum | ( | const T & | instance | ) | [inline] |
orxonox::OrxEnum< T >::OrxEnum | ( | const OrxEnum< T > & | instance | ) | [private] |
orxonox::OrxEnum< T >::operator int | ( | ) | [inline] |
bool orxonox::OrxEnum< T >::operator< | ( | const T & | right | ) | const [inline] |
T& orxonox::OrxEnum< T >::operator= | ( | int | type | ) | [inline] |
bool orxonox::OrxEnum< T >::operator> | ( | const T & | right | ) | const [inline] |
int orxonox::OrxEnum< T >::type_ [private] |
Referenced by orxonox::OrxEnum< orxonox::ConfigFileType >::operator int(), orxonox::OrxEnum< orxonox::ConfigFileType >::operator<(), orxonox::OrxEnum< orxonox::ConfigFileType >::operator=(), orxonox::OrxEnum< orxonox::ConfigFileType >::operator>(), and orxonox::OrxEnum< orxonox::ConfigFileType >::OrxEnum().