Filter Library | Camera | Interface Physics |
#include <ClassStyle.h>
Definition at line 34 of file ClassStyle.h.
enum | { DefaultValueEnum = 0 } |
the default value as non-typed enumeration value. | |
static const ValueType | DefaultValueClass |
the default value as class constant; must be defined in .cpp source file. | |
ValueType | m_value |
the current value. | |
void | SetIt (const ValueType &value) |
set the value. | |
Public Types | |
typedef MyClass | Self |
this type. | |
typedef int | ValueType |
the value type. | |
Public Member Functions | |
Self & | operator= (const Self &rhs) |
assignment operator. | |
bool | IsZero () const |
true if value is zero. | |
ValueType | GetIt () const |
the value. |