#include <JsonTranslator.h>
|
|
| ValueWithStatus (json_string key, T value) |
| |
|
bool | tryReadFromJson (const JSONNode &node) |
| |
|
void | writeToVrCore (void(*setter)(const T value, const StatusInfo &statusInfo)) |
| |
|
void | readFromVrCore (T(*getter)(StatusInfo &info)) |
| |
|
void | writeToJson (JSONNode &parent) |
| |
|
void | setValue (const JSONNode &node) |
| |
|
void | setValue (T value, StatusInfo status=guessed) |
| |
|
T | getValue () const |
| |
|
template<> |
| void | setValue (const JSONNode &node) |
| |
|
template<> |
| void | setValue (const JSONNode &node) |
| |
template<typename T>
class vr::ValueWithStatus< T >
- Author
- Robert Rossmair
- Date
- 01/22/14
The documentation for this class was generated from the following files: