|
libpointmatcher
1.3.1
|
The documentation of a parameter. More...
#include <Parametrizable.h>
Public Member Functions | |
| ParameterDoc (const std::string &name, const std::string &doc, const std::string &defaultValue, const std::string &minValue, const std::string &maxValue, LexicalComparison comp) | |
| Construct a parameter documentation with bounds. | |
| ParameterDoc (const std::string &name, const std::string &doc, const std::string &defaultValue) | |
| Construct a parameter documentation without bounds. | |
Public Attributes | |
| std::string | name |
| name | |
| std::string | doc |
| short documentation | |
| std::string | defaultValue |
| default value | |
| std::string | minValue |
| if bounds are checked, minimum value | |
| std::string | maxValue |
| if bounds are checked, maxmimu value | |
| LexicalComparison | comp |
| pointer to comparison function | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, const ParameterDoc &p) |
| Dump the documentation of this parameter to a stream. | |
The documentation of a parameter.
1.8.15