Describes a filter parameter. More...
#include <filter.hpp>
Public Attributes | |
std::string | name |
The name of the parameter. More... | |
std::string | type |
The C type of the parameter. More... | |
std::string | descripton |
Describes what the parameter does. More... | |
Describes a filter parameter.
Definition at line 72 of file filter.hpp.
std::string tfilter_description::tparameter::descripton |
Describes what the parameter does.
Definition at line 81 of file filter.hpp.
Referenced by operator<<().
std::string tfilter_description::tparameter::name |
std::string tfilter_description::tparameter::type |