|
|
LibN2L-4 Library Code Reference
Classes
Compounds
Files
Members
Method Index
Full Reference
n2l::cConfigurationTemplate Class Reference#include <cConfigurationTemplate.h>
List of all members. Public Types
Public Member Functions
Protected Types
Protected Member Functions
Classes
- class cConfValidatorNoValidator
- A shell validator to return as the error for values that have no validator, but where optional arguments are not allowed. More...
Detailed Description
Definition at line 37 of file cConfigurationTemplate.h.
Member Typedef Documentation
Member Enumeration Documentation
|
|
- Enumerator:
-
| Requirement_Optional |
|
| Requirement_Required |
|
| Requirement_Override |
|
Definition at line 40 of file cConfigurationTemplate.h. |
Constructor & Destructor Documentation
| n2l::cConfigurationTemplate::cConfigurationTemplate |
( |
|
) |
|
|
| n2l::cConfigurationTemplate::~cConfigurationTemplate |
( |
|
) |
|
|
Member Function Documentation
| const tBool n2l::cConfigurationTemplate::allowUnvalidatedKeys |
( |
|
) |
const |
|
| void n2l::cConfigurationTemplate::applyDefaults |
( |
cConfiguration & |
ioConfig |
) |
const |
|
| void n2l::cConfigurationTemplate::clear |
( |
|
) |
|
|
| const tString n2l::cConfigurationTemplate::dump |
( |
|
) |
const |
|
| const tBool n2l::cConfigurationTemplate::empty |
( |
|
) |
const |
|
| const tBool n2l::cConfigurationTemplate::isset |
( |
const tString & |
iName |
) |
const |
|
| void n2l::cConfigurationTemplate::setUnvalidatedKeysAllowed |
( |
const tBool |
iAllowed |
) |
|
|
| void n2l::cConfigurationTemplate::validate |
( |
cConfiguration & |
ioConfig |
) |
const |
|
|
|
Definition at line 74 of file cConfigurationTemplate.cpp.
References n2l::cConfParsingErrors::add(), allowUnvalidatedKeys(), applyDefaults(), n2l::cConfiguration::begin(), begin(), n2l::cConfigurationTemplate::cConfValidatorNoValidator::describe(), n2l::cConfValidatorInterface::describe(), n2l::cConfParsingErrors::empty(), n2l::cConfiguration::end(), end(), n2l::cConfParsingError::ErrorType_ValidationFailed, n2l::cConfiguration::find(), isset(), Requirement_Required, and n2l::cConfValidatorInterface::valueOk(). |
The documentation for this class was generated from the following files:
|