The documentation of all parameters. More...
#include <Parametrizable.h>

Public Member Functions | |
| ParametersDoc (std::initializer_list< ParameterDoc > list) | |
| Construct a documentation of parameters from a static description in the source. | |
| ParametersDoc () | |
| Construct an empty documentation of parameters. | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, const ParametersDoc &p) |
| Dump the documentation of these parameters to a stream. | |
The documentation of all parameters.
Definition at line 134 of file Parametrizable.h.
| PointMatcherSupport::Parametrizable::ParametersDoc::ParametersDoc | ( | std::initializer_list< ParameterDoc > | list | ) |
Construct a documentation of parameters from a static description in the source.
Definition at line 123 of file Parametrizable.cpp.
Construct an empty documentation of parameters.
Definition at line 128 of file Parametrizable.cpp.
| std::ostream& operator<< | ( | std::ostream & | o, |
| const ParametersDoc & | p | ||
| ) | [friend] |
Dump the documentation of these parameters to a stream.
Definition at line 60 of file Parametrizable.cpp.