ALMaSS Partridge ODdox
1.1
The partridge model description following ODdox protocol
|
String configurator entry class. More...
#include <configurator.h>
Public Member Functions | |
CfgStr (const char *a_key, CfgSecureLevel a_level, const char *a_defval) | |
const char * | value (void) |
void | set (char *a_newval) |
virtual CfgType | gettype (void) |
Public Member Functions inherited from CfgBase | |
CfgBase (const char *a_key, CfgSecureLevel a_level) | |
virtual | ~CfgBase (void) |
const string | getkey (void) |
CfgSecureLevel | getlevel (void) |
Protected Attributes | |
string | m_string |
Protected Attributes inherited from CfgBase | |
string | m_key |
CfgSecureLevel | m_level |
bool | m_rangetest |
String configurator entry class.
Definition at line 144 of file configurator.h.
CfgStr::CfgStr | ( | const char * | a_key, |
CfgSecureLevel | a_level, | ||
const char * | a_defval | ||
) |
Definition at line 158 of file configurator.cpp.
References m_string.
|
inlinevirtual |
|
inline |
Definition at line 153 of file configurator.h.
|
inline |
Definition at line 152 of file configurator.h.
Referenced by CropRotation::CropRotation(), Configurator::DumpSymbols(), Landscape::DumpVegAreaData(), FarmManager::FarmManager(), Landscape::InitOsmiaBeeNesting(), Landscape::Landscape(), Population_Manager::OpenTheMonthlyRipleysOutputProbe(), Population_Manager::OpenTheReallyBigProbe(), Population_Manager::OpenTheRipleysOutputProbe(), VegElement::ReadBugPercentageFile(), FarmManager::ReadEnergyMaizePrice(), and Landscape::~Landscape().
|
protected |
Definition at line 147 of file configurator.h.
Referenced by CfgStr().