#include <RegData.h>
Inheritance diagram for LLData:


Public Member Functions | |
| LLData (ThreadManager *MTHREAD_h, string tableName_h) | |
| ~LLData () | |
| void | clean () |
| string | getTableName () |
| int | nrecords () |
| string | getData (int pos_h, string header_h, int debugLevel=MSG_CRITICAL_ERROR) |
Private Attributes | |
| string | tableName |
| vector< string > | headers |
| vector< vector< string > > | records |
Friends | |
| void | RegData::loadInput () |
Definition at line 246 of file RegData.h.
| LLData | ( | ThreadManager * | MTHREAD_h, | |
| string | tableName_h | |||
| ) |
Definition at line 1120 of file RegData.cpp.
| ~LLData | ( | ) |
Definition at line 1125 of file RegData.cpp.
| void clean | ( | ) |
Definition at line 1130 of file RegData.cpp.
Referenced by RegData::loadInput().
Here is the caller graph for this function:

| string getTableName | ( | ) | [inline] |
Definition at line 252 of file RegData.h.
Referenced by RegData::setScenarioActivities(), and RegData::setScenarioSettings().
Here is the caller graph for this function:

| int nrecords | ( | ) | [inline] |
Definition at line 253 of file RegData.h.
Referenced by RegData::getScenarios(), Manager_farmers::setAgentMoulds(), RegData::setDefaultActivities(), RegData::setDefaultSettings(), RegData::setObjectsDefinitions(), RegData::setResources(), RegData::setScenarioActivities(), and RegData::setScenarioSettings().
Here is the caller graph for this function:

| string getData | ( | int | pos_h, | |
| string | header_h, | |||
| int | debugLevel = MSG_CRITICAL_ERROR | |||
| ) |
Definition at line 1152 of file RegData.cpp.
Referenced by RegData::getScenarios(), Manager_farmers::setAgentMoulds(), RegData::setDefaultActivities(), RegData::setDefaultSettings(), RegData::setObjectsDefinitions(), RegData::setResources(), RegData::setScenarioActivities(), and RegData::setScenarioSettings().
Here is the caller graph for this function:

| void RegData::loadInput | ( | ) | [friend] |
string tableName [private] |
vector<string> headers [private] |
Definition at line 259 of file RegData.h.
Referenced by clean(), getData(), and RegData::loadInput().
vector< vector <string> > records [private] |
Definition at line 260 of file RegData.h.
Referenced by clean(), getData(), RegData::loadInput(), and nrecords().