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