ADTF  3.18.2
exec_forward< RuntimeClass >

This template makes will forward the runtime_executor function calls to the RuntimeClass. More...

Public Member Functions

tResult Exec (std::function< void()> fnStartup)
 

Private Attributes

std::unique_ptr< RuntimeClass > m_pRuntime
 

Detailed Description

template<typename RuntimeClass>
class adtf::ucom::testing::ant::exec_forward< RuntimeClass >

This template makes will forward the runtime_executor function calls to the RuntimeClass.

Template Parameters
RuntimeClassUsually a runtime<> type

Definition at line 184 of file ucom3/include/adtfucom3/test_runtime.h.