#include <JsonTranslator.h>
|
|
| JsonValue (json_string key, T value) |
| |
|
bool | tryReadFromJson (const JSONNode &node) |
| |
|
void | writeToVrCore (void(*setter)(const T value)) |
| |
|
void | readFromVrCore (T(*getter)()) |
| |
|
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<typename T>
class vr::JsonValue< T >
- Author
- Robert Rossmair
- Date
- 02/11/14
The documentation for this class was generated from the following file: