ADTF
Loading...
Searching...
No Matches
ddl::mapping::MapperFactory Class Referenceabstract

A mapper factory to create Source, Target or Function. More...

#include <mapper_interfaces.h>

Inherited by ddl::mapping::SpecificMapperFactory< Source >, ddl::mapping::SpecificMapperFactory< Target >, ddl::mapping::SpecificMapperFactory< Function >, and ddl::mapping::SpecificMapperFactory< ElementType >.

Public Member Functions

virtual ~MapperFactory ()=default
 DTOR.
 
virtual std::string getType () const =0
 Get the Type as string.
 
virtual Properties getDefaultProperties () const =0
 Get the default properties to initialize the Source, Target or Function with.
 

Detailed Description

A mapper factory to create Source, Target or Function.

Member Function Documentation

◆ getDefaultProperties()

virtual Properties ddl::mapping::MapperFactory::getDefaultProperties ( ) const
pure virtual

◆ getType()

virtual std::string ddl::mapping::MapperFactory::getType ( ) const
pure virtual

The documentation for this class was generated from the following file: