| check(int const *param, int value) const | opspace::ParameterReflection | [virtual] |
| check(std::string const *param, std::string const &value) const | opspace::ParameterReflection | [virtual] |
| check(double const *param, double value) const | opspace::ParameterReflection | [virtual] |
| check(Vector const *param, Vector const &value) const | opspace::ParameterReflection | [virtual] |
| check(Matrix const *param, Matrix const &value) const | opspace::ParameterReflection | [virtual] |
| declareParameter(std::string const &name, int *integer, parameter_flags_t flags=PARAMETER_FLAG_DEFAULT) | opspace::ParameterReflection | [protected] |
| declareParameter(std::string const &name, std::string *instance, parameter_flags_t flags=PARAMETER_FLAG_DEFAULT) | opspace::ParameterReflection | [protected] |
| declareParameter(std::string const &name, double *real, parameter_flags_t flags=PARAMETER_FLAG_DEFAULT) | opspace::ParameterReflection | [protected] |
| declareParameter(std::string const &name, Vector *vector, parameter_flags_t flags=PARAMETER_FLAG_DEFAULT) | opspace::ParameterReflection | [protected] |
| declareParameter(std::string const &name, Matrix *matrix, parameter_flags_t flags=PARAMETER_FLAG_DEFAULT) | opspace::ParameterReflection | [protected] |
| dump(std::ostream &os, std::string const &title, std::string const &prefix) const | opspace::ParameterReflection | [virtual] |
| getName() const | opspace::ParameterReflection | [inline] |
| getParameterTable() const | opspace::ParameterReflection | [inline] |
| getTypeName() const | opspace::ParameterReflection | [inline] |
| instance_name_ | opspace::ParameterReflection | [protected] |
| lookupParameter(std::string const &name) | opspace::ParameterReflection | |
| lookupParameter(std::string const &name) const | opspace::ParameterReflection | |
| lookupParameter(std::string const &name, parameter_type_t type) | opspace::ParameterReflection | |
| lookupParameter(std::string const &name, parameter_type_t type) const | opspace::ParameterReflection | |
| ParameterReflection(std::string const &type_name, std::string const &instance_name) | opspace::ParameterReflection | |
| type_name_ | opspace::ParameterReflection | [protected] |
| ~ParameterReflection() | opspace::ParameterReflection | [virtual] |