ifw-ccf 4.0.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ccf::common::ExecAdptBase Class Reference

Class to be used as parent for CCF Execution Adapters. More...

#include <execAdptBase.hpp>

Inheritance diagram for ccf::common::ExecAdptBase:
ccf::Base

Public Member Functions

 ExecAdptBase ()
 
virtual ~ExecAdptBase ()
 
virtual std::string Logic (const std::string &method, const std::string &parameters)
 Execute the user provided logic.
 
virtual std::string UserLogic (const std::string &method, const std::string &parameters)
 User provided business logic.
 
- Public Member Functions inherited from ccf::Base
 Base ()
 
 ~Base ()
 
const std::string & GetClassName () const
 Return the allocated name of the class.
 

Additional Inherited Members

- Static Public Member Functions inherited from ccf::Base
static ccf::mptk::ManagerMptk ()
 Return reference to internal MPTK instance (singleton).
 
- Protected Member Functions inherited from ccf::Base
void SetClassName (const std::string &class_name)
 Set the name of the class in question.
 

Detailed Description

Class to be used as parent for CCF Execution Adapters.

Constructor & Destructor Documentation

◆ ExecAdptBase()

ccf::common::ExecAdptBase::ExecAdptBase ( )

◆ ~ExecAdptBase()

ccf::common::ExecAdptBase::~ExecAdptBase ( )
virtual

Member Function Documentation

◆ Logic()

std::string ccf::common::ExecAdptBase::Logic ( const std::string &  method,
const std::string &  parameters 
)
virtual

Execute the user provided logic.

◆ UserLogic()

std::string ccf::common::ExecAdptBase::UserLogic ( const std::string &  method,
const std::string &  parameters 
)
virtual

User provided business logic.


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