#include <Param.hxx>
Definition at line 30 of file Param.hxx.
ConfigParam::ConfigParam |
( |
int |
_line = -1 | ) |
|
|
inlineexplicit |
gcc_nonnull_all ConfigParam::ConfigParam |
( |
const char * |
_value, |
|
|
int |
_line = -1 |
|
) |
| |
ConfigParam::~ConfigParam |
( |
| ) |
|
Parse the value as a path.
If there is a tilde prefix, it is expanded.
Throws #std::runtime_error on error.
bool ConfigParam::IsNull |
( |
| ) |
const |
|
inline |
Determine if this is a "null" instance, i.e.
an empty object that was synthesized and not loaded from a configuration file.
Definition at line 64 of file Param.hxx.
The next ConfigParam with the same name.
The destructor deletes the whole chain.
Definition at line 35 of file Param.hxx.
This flag is false when nobody has queried the value of this option yet.
Definition at line 45 of file Param.hxx.
std::string ConfigParam::value |
The documentation for this struct was generated from the following file: