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.
 
◆ addConverter()
      
        
          | void te::da::AttributeConverterManager::addConverter  | 
          ( | 
          const std::string &  | 
          name,  | 
        
        
           | 
           | 
          AttributeConverter  | 
          converter  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ clear()
      
        
          | void te::da::AttributeConverterManager::clear  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ getConverter()
      
        
          | AttributeConverter te::da::AttributeConverterManager::getConverter  | 
          ( | 
          const std::string &  | 
          name | ) | 
           | 
        
      
 
 
◆ getConverters()
      
        
          | void te::da::AttributeConverterManager::getConverters  | 
          ( | 
          std::vector< std::string > &  | 
          names | ) | 
           const | 
        
      
 
 
◆ getInstance()
It returns a reference to the singleton instance. 
- Returns
 - A reference to the singleton instance. 
 
Definition at line 109 of file Singleton.h.
 
 
◆ m_converters
The documentation for this class was generated from the following file: