|
Goose Management Model ODdox
1.02
|
String configurator entry class. More...
#include <configurator.h>
Public Member Functions | |
| CfgStr (const char *a_key, CfgSecureLevel a_level, const char *a_defval) | |
| virtual CfgType | gettype (void) |
| void | set (char *a_newval) |
| const char * | value (void) |
Public Member Functions inherited from CfgBase | |
| CfgBase (const char *a_key, CfgSecureLevel a_level) | |
| const string | getkey (void) |
| CfgSecureLevel | getlevel (void) |
| virtual | ~CfgBase (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(), Goose_Population_Manager::Goose_Population_Manager(), Landscape::InitOsmiaBeeNesting(), Landscape::Landscape(), VegElement::ReadBugPercentageFile(), FarmManager::ReadEnergyMaizePrice(), and Landscape::~Landscape().
|
protected |
Definition at line 147 of file configurator.h.
Referenced by CfgStr().