vrcore  0.45
visuReal Messkern
 All Classes Files Functions Variables
vr::ValueWithStatus< T > Class Template Reference

#include <JsonTranslator.h>

Public Member Functions

 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)
 
getValue () const
 
template<>
void setValue (const JSONNode &node)
 
template<>
void setValue (const JSONNode &node)
 

Detailed Description

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: