TwiceAsNice
2019-02-18
|
#include <DsiTypes.h>
Static Public Attributes | |
static const ReadoutSpeed | NORMAL |
static const ReadoutSpeed | HIGH |
Protected Member Functions | |
ReadoutSpeed (const std::string name, const int &value) | |
![]() | |
NamedEnum (const std::string _name, const int &_value) | |
Additional Inherited Members | |
![]() | |
typedef std::set< const NamedEnum< int, ReadoutSpeed > *, NamedEnum_Ptr_LessThan > | instances_list |
typedef instances_list::const_iterator | const_iterator |
![]() | |
bool | operator== (const int _value) |
bool | operator== (const ReadoutSpeed &d) |
bool | operator== (const NamedEnum< int, ReadoutSpeed > &x) |
bool | operator!= (const int _value) |
bool | operator!= (const NamedEnum< int, ReadoutSpeed > &x) |
const int & | value (void) const |
const std::string & | name (void) const |
![]() | |
static const int & | min (void) |
static const int & | max (void) |
static const ReadoutSpeed * | find (const int &Value) |
static bool | isValidValue (const int &Value) |
static instances_list::size_type | size (void) |
static const_iterator | begin (void) |
static const_iterator | end (void) |
|
inlineexplicitprotected |
|
static |
|
static |