ALMaSS Rabbit ODdox  1.00
The rabbit model description following ODdox protocol
Macros | Functions | Variables
configurator.cpp File Reference
#include <stdio.h>
#include <iostream>
#include <fstream>
#include <stdlib.h>
#include <string.h>
#include "../BatchALMaSS/ALMaSS_Setup.h"
#include "configurator.h"
#include "maperrormsg.h"
#include <crtdbg.h>

Go to the source code of this file.

Macros

#define _CRT_SECURE_NO_DEPRECATE
 
#define DEBUG_NEW   new(_NORMAL_BLOCK, __FILE__, __LINE__)
 

Functions

void FloatToDouble (double &, float)
 

Variables

class Configuratorg_cfg = NULL
 
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 char * CfgSecureStrings []
 
static const char * CfgTypeStrings []
 

Macro Definition Documentation

#define _CRT_SECURE_NO_DEPRECATE

Definition at line 25 of file configurator.cpp.

#define DEBUG_NEW   new(_NORMAL_BLOCK, __FILE__, __LINE__)

Definition at line 39 of file configurator.cpp.

Function Documentation

void FloatToDouble ( double &  ,
float   
)

Variable Documentation

const char* CfgSecureStrings[]
static
Initial value:
= {
"CFG_CUSTOM",
"CFG_PUBLIC",
"CFG_PRIVATE"
}

Definition at line 57 of file configurator.cpp.

Referenced by Configurator::DumpSymbols().

const char* CfgTypeStrings[]
static
Initial value:
= {
"*none*",
"int",
"double",
"bool",
"string"
}

Definition at line 64 of file configurator.cpp.

Referenced by Configurator::DumpSymbols(), and Configurator::ShowIdType().

class Configurator* g_cfg = NULL
CfgBool l_cfg_public_exit_on_set("CFG_PUBLIC_EXIT_ON_SET", CFG_CUSTOM, true)
static
CfgBool l_cfg_public_warn_on_set("CFG_PUBLIC_WARN_ON_SET", CFG_CUSTOM, true)
static