My Project
|
A struct holding the key-value pair for a parameter. More...
#include <parametersystem.hpp>
Public Member Functions | |
Parameter (const std::string &k, const std::string &v) | |
bool | operator== (const Parameter &setting) const |
bool | operator!= (const Parameter &setting) const |
Public Attributes | |
std::string | key |
std::string | value |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Parameter ¶m) |
A struct holding the key-value pair for a parameter.