CustusX
22.04-rc5
An IGT application
|
#include <cxOptionalValue.h>
Public Member Functions | |
OptionalValue () | |
OptionalValue (T val) | |
const T & | get () const |
void | set (const T &val) |
bool | isValid () const |
void | reset () |
Template that holds a value and validity of that value.
Definition at line 26 of file cxOptionalValue.h.
|
inline |
Definition at line 29 of file cxOptionalValue.h.
|
inlineexplicit |
Definition at line 30 of file cxOptionalValue.h.
|
inline |
Definition at line 31 of file cxOptionalValue.h.
|
inline |
Definition at line 33 of file cxOptionalValue.h.
|
inline |
Definition at line 34 of file cxOptionalValue.h.
|
inline |
Definition at line 32 of file cxOptionalValue.h.