The DDD_ConverterFactory class. Factory for creating Data Director converters.  
 More...
#include <DDD_ConverterFactory.h>
The DDD_ConverterFactory class. Factory for creating Data Director converters. 
      
        
          | bool FindAllConverters | ( | const std::string & | libFileName | ) |  | 
      
 
Attempts to load multiple converters that are stored into a single plugin file 
- Parameters
- 
  
    | libFileName | The name of the library file to search |  
 
- Returns
- Returns true if any were discovered and successfully added 
 
 
- Returns
- Returns a list of known converter types 
 
 
Public interface to the singleton 
- Returns
- Returns a pointer to the singleton instance 
 
 
Creates a new converter of the requested type 
- Parameters
- 
  
    | className | The name of the converter class to instantiate |  | observer | An attribute observer that will be notified when the converter fires. |  
 
- Returns
- Returns a pointer to instantiated converter, or null if converter cannot be instantiated 
 
 
The documentation for this class was generated from the following file: