Public Member Functions | |
Parameter (std::string name, T *value, std::string desc) | |
void | addToBoost (po::options_description &od) |
Public Member Functions inherited from util::ParameterBase | |
ParameterBase (const std::string &name, const std::string &desc) | |
Public Attributes | |
T * | m_value |
Public Attributes inherited from util::ParameterBase | |
std::string | m_name |
std::string | m_desc |