#include <Block.hxx>
|
std::string | name |
|
std::string | value |
|
int | line |
|
bool | used |
| This flag is false when nobody has queried the value of this option yet. More...
|
|
Definition at line 32 of file Block.hxx.
gcc_nonnull_all BlockParam::BlockParam |
( |
const char * |
_name, |
|
|
const char * |
_value, |
|
|
int |
_line = -1 |
|
) |
| |
|
inline |
gcc_pure bool BlockParam::GetBoolValue |
( |
| ) |
const |
gcc_pure int BlockParam::GetIntValue |
( |
| ) |
const |
gcc_pure unsigned BlockParam::GetUnsignedValue |
( |
| ) |
const |
std::string BlockParam::name |
This flag is false when nobody has queried the value of this option yet.
Definition at line 41 of file Block.hxx.
std::string BlockParam::value |
The documentation for this struct was generated from the following file: