ChimeraTK-DeviceAccess  03.18.00
ChimeraTK::Base Class Reference
+ Inheritance diagram for ChimeraTK::Base:

Public Member Functions

 Base ()
 
template<typename T >
std::string getValue (T &base)
 
 DEFINE_VIRTUAL_FUNCTION_TEMPLATE_VTABLE (getValue_impl, std::string(T &))
 

Detailed Description

Definition at line 13 of file testVirtualFunctionTemplate.cc.

Constructor & Destructor Documentation

◆ Base()

ChimeraTK::Base::Base ( )
inline

Definition at line 15 of file testVirtualFunctionTemplate.cc.

Member Function Documentation

◆ DEFINE_VIRTUAL_FUNCTION_TEMPLATE_VTABLE()

ChimeraTK::Base::DEFINE_VIRTUAL_FUNCTION_TEMPLATE_VTABLE ( getValue_impl  ,
std::string(T &)   
)

◆ getValue()

template<typename T >
std::string ChimeraTK::Base::getValue ( T &  base)
inline

Definition at line 17 of file testVirtualFunctionTemplate.cc.

+ Here is the caller graph for this function:

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