Cyclone ISO C++ API Reference Guide
|
#include "SafeEnumeration.hpp"
Inherits def.
Public Member Functions | |
safe_enum (type v) | |
bool | operator!= (const safe_enum &s) const |
bool | operator< (const safe_enum &s) const |
bool | operator<= (const safe_enum &s) const |
bool | operator== (const safe_enum &s) const |
bool | operator> (const safe_enum &s) const |
bool | operator>= (const safe_enum &s) const |
inner | underlying () const |
safe_enum provides a wrapper for enumerated types in a typesafe manner.
safe_enums allow specification of the underlying type, do not implictly convert to integers, and resolve scoping issues.
Definition at line 34 of file SafeEnumeration.hpp.
|
inline |
Definition at line 41 of file SafeEnumeration.hpp.
|
inline |
Definition at line 51 of file SafeEnumeration.hpp.
|
inline |
Definition at line 55 of file SafeEnumeration.hpp.
|
inline |
Definition at line 59 of file SafeEnumeration.hpp.
|
inline |
Definition at line 47 of file SafeEnumeration.hpp.
|
inline |
Definition at line 63 of file SafeEnumeration.hpp.
|
inline |
Definition at line 67 of file SafeEnumeration.hpp.
|
inline |
Definition at line 42 of file SafeEnumeration.hpp.