#include <Configuration.h>
Definition at line 51 of file Configuration.h.
◆ TVariableMap
◆ CConfiguration() [1/2]
| CConfiguration::CConfiguration |
( |
| ) |
|
◆ CConfiguration() [2/2]
| CConfiguration::CConfiguration |
( |
const char * |
szFileName | ) |
|
◆ ~CConfiguration()
| CConfiguration::~CConfiguration |
( |
| ) |
|
|
virtual |
◆ AddVariable()
| void CConfiguration::AddVariable |
( |
char * |
pchCurrentName, |
|
|
char * |
pchCurrentValue |
|
) |
| |
|
private |
◆ CheckControlCharacter()
| bool CConfiguration::CheckControlCharacter |
( |
char * |
pchBuffer, |
|
|
int & |
cnBufferPosition |
|
) |
| |
|
private |
◆ ExtractName()
| bool CConfiguration::ExtractName |
( |
char * |
pchBuffer, |
|
|
int & |
cnBufferPosition, |
|
|
char *& |
pchResultName |
|
) |
| |
|
private |
◆ ExtractValue()
| bool CConfiguration::ExtractValue |
( |
char * |
pchBuffer, |
|
|
int & |
cnBufferPosition, |
|
|
char *& |
pchResultValue |
|
) |
| |
|
private |
◆ GetBool()
| bool CConfiguration::GetBool |
( |
char * |
szName, |
|
|
bool & |
bReturnBool |
|
) |
| |
◆ GetDouble()
| bool CConfiguration::GetDouble |
( |
char * |
szName, |
|
|
double & |
dReturnDouble |
|
) |
| |
◆ GetFloat()
| bool CConfiguration::GetFloat |
( |
char * |
szName, |
|
|
float & |
fReturnFloat |
|
) |
| |
◆ GetInt()
| bool CConfiguration::GetInt |
( |
char * |
szName, |
|
|
int & |
nReturnInt |
|
) |
| |
◆ GetLineNumber()
| int CConfiguration::GetLineNumber |
( |
char * |
pchBuffer, |
|
|
int |
cnBufferPosition |
|
) |
| |
|
private |
◆ GetString()
| bool CConfiguration::GetString |
( |
char * |
szName, |
|
|
char *& |
szReturnString |
|
) |
| |
◆ GetVarByName()
| bool CConfiguration::GetVarByName |
( |
char * |
szName, |
|
|
char *& |
szReturnString |
|
) |
| |
|
private |
◆ ParseBuffer()
| bool CConfiguration::ParseBuffer |
( |
char * |
pchBuffer | ) |
|
|
private |
◆ Read() [1/2]
| bool CConfiguration::Read |
( |
const char * |
szFileName | ) |
|
read a configuration file
- Parameters
-
| szFileName | full filename of .cfg file |
- Returns
- bValid returns true if error occured, false otherwise
Definition at line 101 of file Configuration.cpp.
◆ Read() [2/2]
| bool CConfiguration::Read |
( |
| ) |
|
◆ SeekNextContent()
| bool CConfiguration::SeekNextContent |
( |
char * |
pchBuffer, |
|
|
int & |
cnBufferPosition |
|
) |
| |
|
private |
◆ SetFileName()
| void CConfiguration::SetFileName |
( |
const char * |
szFileName | ) |
|
◆ m_nFileLength
| int CConfiguration::m_nFileLength |
|
private |
◆ m_nVariableCount
| int CConfiguration::m_nVariableCount |
|
private |
◆ m_pchFileName
| char* CConfiguration::m_pchFileName |
|
private |
◆ m_ppVariables
The documentation for this class was generated from the following files:
asr_ivt
Author(s): Allgeyer Tobias, Hutmacher Robin, Kleinert Daniel, Meißner Pascal, Scholz Jonas, Stöckle Patrick
autogenerated on Mon Feb 28 2022 21:44:00