#include <RegData.h>
Collaboration diagram for BasicData:
Public Attributes | |
string | name |
vector< string > | values |
Values are stored as "string" because we don't yet know at this point if they are string, double or integers! | |
int | type |
string | comment |
Struct containing the basic data objects. At the moment, data are used to store programm settings or macro data.
Definition at line 171 of file RegData.h.
string name |
vector<string> values |
Values are stored as "string" because we don't yet know at this point if they are string, double or integers!
Definition at line 174 of file RegData.h.
Referenced by RegData::addSetting().
int type |
string comment |