Dev Essential  1.6.3
Loading...
Searching...
No Matches
ddl::mapping::Function::Callable Class Referenceabstract

Function caller. More...

#include <mapper_interfaces.h>

Public Member Functions

virtual ~Callable ()=default
 DTOR.
 
virtual std::shared_ptr< const SourceValueinitialize (const std::unordered_map< std::string, std::shared_ptr< const SourceValue > > &parameters)=0
 Initializes the callable with named parameter source value references.
 

Detailed Description

Function caller.

Member Function Documentation

◆ 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
parametersnamed parameter source value references
Returns
std::shared_ptr<const SourceValue>

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