|
|
LibN2L-4 Library Code Reference
Classes
Compounds
Files
Members
Method Index
Full Reference
n2l::cConfiguration Class Reference#include <cConfiguration.h>
List of all members. Public Types
Public Member Functions
Protected Types
Detailed Description
Definition at line 37 of file cConfiguration.h.
Member Typedef Documentation
Constructor & Destructor Documentation
| n2l::cConfiguration::cConfiguration |
( |
|
) |
|
|
| n2l::cConfiguration::~cConfiguration |
( |
|
) |
|
|
Member Function Documentation
| void n2l::cConfiguration::clear |
( |
|
) |
|
|
|
|
Return a configuration with the differences between this configuration and iOther.
The settings in 'this' will be considered authoritative. That is, if the configuration of the result of this method is merged onto other, 'this' configuration will be achived.
Definition at line 172 of file cConfiguration.cpp.
References begin(), end(), and isSet(). |
| void n2l::cConfiguration::decodeBuffer |
( |
const tString & |
iEncodedBuffer |
) |
|
|
|
|
Definition at line 188 of file cConfiguration.cpp.
References n2l::cConfParsingErrors::add(), n2l::cConfParsingErrors::empty(), n2l::cString::empty(), empty(), n2l::cConfParsingError::ErrorType_Syntax, n2l::cDynVar::eval(), n2l::explode(), n2l::findUnescaped(), n2l::cString::npos, n2l::cString::size(), n2l::cString::substr(), n2l::substringReplace(), n2l::trimmed(), and n2l::unescapedString(). |
| const tString n2l::cConfiguration::dump |
( |
|
) |
const |
|
| const tBool n2l::cConfiguration::empty |
( |
|
) |
const |
|
| const tString n2l::cConfiguration::encodeBuffer |
( |
|
) |
const |
|
| const tBool n2l::cConfiguration::isSet |
( |
const tString & |
iName |
) |
const |
|
| const cDynVar & n2l::cConfiguration::operator[] |
( |
const tString & |
iName |
) |
const |
|
The documentation for this class was generated from the following files:
|