![]() |
Leonetienne/Hazelnupp
Simple, easy to use, command line parameter interface
|
#include <Parameter.h>
Public Member Functions | |
| Parameter (const std::string &key, const Value *value) | |
| ~Parameter () | |
| const std::string & | Key () const |
| Will return the key of this parameter. More... | |
| const Value * | GetValue () const |
| Will return the value of this parameter. More... | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const Parameter &p) |
Definition at line 8 of file Parameter.h.
|
explicit |
Definition at line 5 of file Parameter.cpp.
| Parameter::~Parameter | ( | ) |
Definition at line 13 of file Parameter.cpp.
| const ::Value * Parameter::GetValue | ( | ) | const |
Will return the value of this parameter.
Definition at line 26 of file Parameter.cpp.
| const std::string & Parameter::Key | ( | ) | const |
Will return the key of this parameter.
Definition at line 21 of file Parameter.cpp.
|
friend |
Definition at line 20 of file Parameter.h.
1.8.17