![]() |
ALMaSS
1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
|
#include <stdio.h>
#include <iostream>
#include <fstream>
#include <stdlib.h>
#include <string.h>
#include <regex>
#include <algorithm>
#include <vector>
#include <string>
#include <sstream>
#include <iterator>
#include "../BatchALMaSS/ALMaSS_Setup.h"
#include "Configurator.h"
#include "MapErrorMsg.h"
#include "ALMaSSDefines.h"
Macros | |
#define | _CRT_SECURE_NO_DEPRECATE |
Functions | |
void | FloatToDouble (double &, float) |
std::shared_ptr< Configurator > | CreateConfigurator () |
Variables | |
std::shared_ptr< Configurator > | g_cfg = nullptr |
static CfgBool | l_cfg_public_warn_on_set ("CFG_PUBLIC_WARN_ON_SET", CFG_CUSTOM, true) |
static CfgBool | l_cfg_public_exit_on_set ("CFG_PUBLIC_EXIT_ON_SET", CFG_CUSTOM, true) |
static const std::string | CfgSecureStrings [] |
static const std::string | CfgTypeStrings [] |
#define _CRT_SECURE_NO_DEPRECATE |
std::shared_ptr<Configurator> CreateConfigurator | ( | ) |
void FloatToDouble | ( | double & | , |
float | |||
) |
|
static |
Referenced by Configurator::DumpSymbols().
|
static |
Referenced by Configurator::DumpSymbols(), and Configurator::ShowIdType().
std::shared_ptr<Configurator> g_cfg = nullptr |
Referenced by CfgArray_Double::CfgArray_Double(), CfgArray_Int::CfgArray_Int(), CfgBase::CfgBase(), CfgBool::CfgBool(), CfgFloat::CfgFloat(), CfgInt::CfgInt(), CfgStr::CfgStr(), CreateConfigurator(), Landscape::DumpAllSymbolsAndExit(), Landscape::DumpPublicSymbols(), main(), and Landscape::ReadSymbols().
|
static |
Referenced by Configurator::SetCfgGatekeeper().
|
static |
Referenced by Configurator::SetCfgGatekeeper().