|
Dev Essential
|
Mapper Element base template. More...
#include <mapper_base_types.h>
Inherits T.
Public Member Functions | |
| MapperElementBase (std::string name, Properties properties) | |
| CTOR. | |
| ~MapperElementBase () override=default | |
| DTOR. | |
| const std::string & | getName () const override |
| Get the Name. | |
| const Properties & | getProperties () const override |
| Get the Properties. | |
| const Property & | getProperty (const std::string &property_name) const |
| Get the Property. | |
Mapper Element base template.
| T | the concrete class |
|
inline |
CTOR.
| name | the instance name of the element |
| properties | the properties of the element to initialize the instance with |
|
inlineoverride |
Get the Name.
|
inlineoverride |
Get the Properties.
|
inline |