Function caller.
More...
#include <mapper_interfaces.h>
|
|
virtual | ~Callable ()=default |
| | DTOR.
|
| |
| virtual std::shared_ptr< const SourceValue > | initialize (const std::unordered_map< std::string, std::shared_ptr< const SourceValue > > ¶meters)=0 |
| | Initializes the callable with named parameter source value references.
|
| |
◆ initialize()
| virtual std::shared_ptr< const SourceValue > ddl::mapping::Function::Callable::initialize |
( |
const std::unordered_map< std::string, std::shared_ptr< const SourceValue > > & | parameters | ) |
|
|
pure virtual |
Initializes the callable with named parameter source value references.
- Parameters
-
| parameters | named parameter source value references |
- Returns
- std::shared_ptr<const SourceValue>
The documentation for this class was generated from the following file: