#include <ValidType.hpp>
Inheritance diagram for ValidType:


Public Member Functions | |
| ValidType (const T &v) | |
| ValidType () | |
| ValidType & | operator= (const T &v) throw () |
| ValidType & | operator+= (const T &r) throw () |
| ValidType & | operator-= (const T &r) throw () |
| operator T () const throw (InvalidValue) | |
| bool | operator== (const ValidType &r) |
| bool | is_valid () const |
| T | get_value () const |
| void | set_valid (const bool &v) throw () |
|
|
Definition at line 73 of file ValidType.hpp. |
|
|
Definition at line 74 of file ValidType.hpp. |
|
|
Definition at line 94 of file ValidType.hpp. |
|
|
Definition at line 93 of file ValidType.hpp. Referenced by ObsClockModel::simpleOrdClock(). |
|
|
Definition at line 84 of file ValidType.hpp. |
|
|
Definition at line 79 of file ValidType.hpp. |
|
|
Definition at line 80 of file ValidType.hpp. |
|
|
Definition at line 76 of file ValidType.hpp. |
|
|
Definition at line 89 of file ValidType.hpp. |
|
|
Definition at line 96 of file ValidType.hpp. |
1.3.9.1