A descriptor for a class C that does not provide any parameter. More...
#include <Registrar.h>

Public Member Functions | |
| virtual const Parametrizable::ParametersDoc | availableParameters () const |
| Return the available parameters for this class. | |
| virtual Interface * | createInstance (const std::string &className, const Parametrizable::Parameters ¶ms) const |
| Create an instance of Interface using params. | |
| virtual const std::string | description () const |
| Return the description of this class. | |
A descriptor for a class C that does not provide any parameter.
Definition at line 106 of file Registrar.h.
| virtual const Parametrizable::ParametersDoc PointMatcherSupport::Registrar< Interface >::GenericClassDescriptorNoParam< C >::availableParameters | ( | ) | const [inline, virtual] |
Return the available parameters for this class.
Implements PointMatcherSupport::Registrar< Interface >::ClassDescriptor.
Definition at line 120 of file Registrar.h.
| virtual Interface* PointMatcherSupport::Registrar< Interface >::GenericClassDescriptorNoParam< C >::createInstance | ( | const std::string & | className, |
| const Parametrizable::Parameters & | params | ||
| ) | const [inline, virtual] |
Create an instance of Interface using params.
Implements PointMatcherSupport::Registrar< Interface >::ClassDescriptor.
Definition at line 108 of file Registrar.h.
| virtual const std::string PointMatcherSupport::Registrar< Interface >::GenericClassDescriptorNoParam< C >::description | ( | ) | const [inline, virtual] |
Return the description of this class.
Implements PointMatcherSupport::Registrar< Interface >::ClassDescriptor.
Definition at line 116 of file Registrar.h.