|
Dev Essential
|
#include <mapper_interfaces.h>
Inherited by ddl::mapping::Function, ddl::mapping::Source, and ddl::mapping::Target.
Public Member Functions | |
| virtual | ~MapperElement ()=default |
| DTOR. | |
| virtual const std::string & | getName () const =0 |
| Get the Name. | |
| virtual const Properties & | getProperties () const =0 |
| Get the Properties. | |
Mapper Element.
|
pure virtual |
Get the Name.
Implemented in ddl::mapping::MapperElementBase< Function >, ddl::mapping::MapperElementBase< MemorySource >, and ddl::mapping::MapperElementBase< MemoryTarget >.
|
pure virtual |
Get the Properties.
Implemented in ddl::mapping::MapperElementBase< Function >, ddl::mapping::MapperElementBase< MemorySource >, and ddl::mapping::MapperElementBase< MemoryTarget >.