BasicData Struct Reference

Basic data units (struct). More...

#include <RegData.h>

Collaboration diagram for BasicData:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

Basic data units (struct).

Struct containing the basic data objects. At the moment, data are used to store programm settings or macro data.

Author:
Antonello Lobianco

Definition at line 171 of file RegData.h.


Member Data Documentation

string name

Definition at line 172 of file RegData.h.

Referenced by RegData::addSetting().

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

Definition at line 175 of file RegData.h.

Referenced by RegData::addSetting().

string comment

Definition at line 176 of file RegData.h.

Referenced by RegData::addSetting().


The documentation for this struct was generated from the following file: