A singleton to keep all the registered Attribute Converters.
More...
#include <AttributeConverterManager.h>
A singleton to keep all the registered Attribute Converters.
Definition at line 47 of file AttributeConverterManager.h.
void te::da::AttributeConverterManager::addConverter |
( |
const std::string & |
name, |
|
|
AttributeConverter |
converter |
|
) |
| |
void te::da::AttributeConverterManager::clear |
( |
| ) |
|
AttributeConverter te::da::AttributeConverterManager::getConverter |
( |
const std::string & |
name | ) |
|
void te::da::AttributeConverterManager::getConverters |
( |
std::vector< std::string > & |
names | ) |
const |
It returns a reference to the singleton instance.
- Returns
- A reference to the singleton instance.
The documentation for this class was generated from the following file: