1.1.0
CCC
 
AEnum Class Reference

#include <AEnum.hpp>

Public Member Functions

const StringgetKey () const
 Return the enum key as a string (max 10 characters) More...
 
int getValue () const
 Return enum value as an integer value (max 32 enum) More...
 
const StringgetDescr () const
 Return the enum description as a string. More...
 
bool operator< (const AEnum &e) const
 
bool operator<= (const AEnum &e) const
 
bool operator> (const AEnum &e) const
 
bool operator>= (const AEnum &e) const
 
bool operator== (const AEnum &e) const
 
bool operator!= (const AEnum &e) const
 
bool isSmaller (const AEnum &e) const
 
bool isSmallerOrEqual (const AEnum &e) const
 
bool isGreater (const AEnum &e) const
 
bool isGreaterOrEqual (const AEnum &e) const
 
bool isEqual (const AEnum &e) const
 
bool isDifferent (const AEnum &e) const
 
void printEnum () const
 

Member Function Documentation

const String& AEnum::getDescr ( ) const
inline

Return the enum description as a string.

const String& AEnum::getKey ( ) const
inline

Return the enum key as a string (max 10 characters)

int AEnum::getValue ( ) const
inline

Return enum value as an integer value (max 32 enum)

bool AEnum::isDifferent ( const AEnum e) const
inline
bool AEnum::isEqual ( const AEnum e) const
inline
bool AEnum::isGreater ( const AEnum e) const
inline
bool AEnum::isGreaterOrEqual ( const AEnum e) const
inline
bool AEnum::isSmaller ( const AEnum e) const
inline
bool AEnum::isSmallerOrEqual ( const AEnum e) const
inline
bool AEnum::operator!= ( const AEnum e) const
inline
bool AEnum::operator< ( const AEnum e) const
inline
bool AEnum::operator<= ( const AEnum e) const
inline
bool AEnum::operator== ( const AEnum e) const
inline
bool AEnum::operator> ( const AEnum e) const
inline
bool AEnum::operator>= ( const AEnum e) const
inline
void AEnum::printEnum ( ) const

The documentation for this class was generated from the following files: