Template containing value for the given parameter.
More...
#include <Pars.h>
|
| Parameter (const std::string &s, const std::string &d, const T &v) |
|
const T & | get () const |
|
T & | get () |
|
| ParameterBase (const std::string &s, const std::string &d) |
|
const std::string & | getS () const |
|
const std::string & | getD () const |
|
void | print (size_t smw, size_t tmw, size_t dmw) const |
|
void | read (std::istream &is) |
|
|
void | read_v (std::istream &is) |
|
template<typename T>
class parameters::Parameter< T >
Template containing value for the given parameter.
- Note
- This class is not really part of the API, it is included here simply in order that specializations of it might be declared elsewhere in the framework
Definition at line 110 of file Pars.h.
- Parameters
-
s | parameter name (as appears in command line) |
d | parameter description (to be listed in help) |
v | parameter default value |
Definition at line 113 of file Pars.h.
The documentation for this class was generated from the following file: