#include <Config.h>
Public Member Functions | |
Parameter () | |
Parameter (Type parameter, ErrorCode err, std::string key) | |
operator Type () | |
Converts a Parameter to its value's type. More... | |
ErrorCode | error () const |
Private Attributes | |
Type | parameter_ |
ErrorCode | error_ |
std::string | key_ |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
Converts a Parameter to its value's type.
If the parameter's value could not be cast to Type or it has not been found an error is logged and the program is aborted.
|
private |
|
private |
|
private |