#include <JsonTranslator.h>
|
|
| IntArrayWithStatus (const json_string &key, int initValue=0) |
| |
|
bool | tryReadFromJson (const JSONNode &node) |
| |
|
void | writeArrayToJson (JSONNode &parent) const |
| |
|
void | writeToJson (JSONNode &parent) |
| |
|
void | writeToVrCore (void(*setter)(const int values[], const StatusInfo info_)) |
| |
|
void | readFromVrCore (StatusInfo(*getter)(int values[])) |
| |
|
int & | operator[] (size_t i) |
| |
template<size_t n>
class vr::IntArrayWithStatus< n >
Array von Integer-Werten, mit Status
- Author
- Robert Rossmair
The documentation for this class was generated from the following file: