#include <AppSettings.h>
Contains config file entries for qPI connectors.
| Enumerator |
|---|
| LOGPREFIX |
Config name : LogPrefix Prefix for log files ( may be relative or absolute ), should be in the form [<folder><path_separator>]<prefix>
|
| LOGMAXLINES |
Config name : LogMaxLines Max log lines.
After this limit is reached, the log will be rewriten from the beginning
|
| AppSettings::AppSettings |
( |
void |
| ) |
|
| AppSettings::AppSettings |
( |
const string & |
configFileName, |
|
|
const string & |
configContent = "" |
|
) |
| |
|
explicit |
| AppSettings::~AppSettings |
( |
| ) |
|
| bool AppSettings::ContainsSection |
( |
const string & |
section | ) |
|
| void AppSettings::Dump |
( |
void |
| ) |
const |
| NameValueCollection & AppSettings::getSection |
( |
const string & |
sectionName | ) |
|
| string AppSettings::getSectionAttribute |
( |
const string & |
sectionName, |
|
|
const string & |
attributeName |
|
) |
| |
| const map< std::string, NameValueCollection >& FinTP::AppSettings::getSections |
( |
| ) |
const |
|
inline |
| const NameValueCollection& FinTP::AppSettings::getSettings |
( |
| ) |
const |
|
inline |
| void AppSettings::loadConfig |
( |
const string & |
configFilename, |
|
|
const string & |
configContent = "" |
|
) |
| |
| string AppSettings::operator[] |
( |
const string & |
key | ) |
const |
| void AppSettings::readFiltersForConnector |
( |
const DOMNode * |
filters, |
|
|
const string & |
connType |
|
) |
| |
| void AppSettings::setSectionReader |
( |
const string & |
sectionName, |
|
|
void(*)(DOMElement *) |
callback |
|
) |
| |
| map< std::string, void ( * )( DOMElement* ) > FinTP::AppSettings::m_Readers |
|
private |
| map< std::string, NameValueCollection > FinTP::AppSettings::m_Sections |
|
private |
| NameValueCollection FinTP::AppSettings::m_Settings |
|
private |
The documentation for this class was generated from the following files: