#include <parameter_factory.hpp>
std::size_t visr::ParameterFactory::numberOfParameterTypes |
( |
| ) |
|
|
staticnoexcept |
Return the number of registered parameter types.
template<class ConcreteParameterType >
void visr::ParameterFactory::registerParameterType |
( |
ParameterType const & |
type | ) |
|
|
static |
template<class TypedParameterType >
void visr::ParameterFactory::registerParameterType |
( |
| ) |
|
|
static |
Special registration function for ParameterType subtypes that inherit from TypedParameterBase.
Query if a parameter type with the given id is registered in the factory
- Returns
- True if the parameter type is registered, false otherwise.
The documentation for this class was generated from the following files: