FFSM++  1.1.0
French Forest Sector Model ++
BasicData Struct Reference

Basic data units (struct) More...

#include <ModelData.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! More...
 
int type
 
int regId
 
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 267 of file ModelData.h.

Member Data Documentation

string comment
string name
int regId

Definition at line 272 of file ModelData.h.

Referenced by ModelData::setDefaultSettings(), and ModelData::setScenarioSettings().

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 270 of file ModelData.h.

Referenced by ModelData::addSetting(), ModelData::setDefaultSettings(), and ModelData::setScenarioSettings().


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