![]() |
ChimeraTK-DeviceAccess 03.20.00
|
Public Member Functions | |
Derived2 () | |
DEFINE_VIRTUAL_FUNCTION_OVERRIDE_VTABLE (Derived1, getValue_impl, std::string(T &)) | |
![]() | |
Derived1 () | |
DEFINE_VIRTUAL_FUNCTION_OVERRIDE_VTABLE (Base, getValue_impl, std::string(T &)) | |
![]() | |
Base () | |
template<typename T > | |
std::string | getValue (T &base) |
DEFINE_VIRTUAL_FUNCTION_TEMPLATE_VTABLE (getValue_impl, std::string(T &)) | |
Definition at line 45 of file testVirtualFunctionTemplate.cc.
|
inline |
Definition at line 47 of file testVirtualFunctionTemplate.cc.
ChimeraTK::Derived2::DEFINE_VIRTUAL_FUNCTION_OVERRIDE_VTABLE | ( | Derived1 | , |
getValue_impl | , | ||
std::string(T &) | |||
) |