![]() |
ChimeraTK-DeviceAccess 03.25.00
|
Inheritance diagram for ChimeraTK::Derived2:
Collaboration diagram for ChimeraTK::Derived2:Public Member Functions | |
| Derived2 () | |
| DEFINE_VIRTUAL_FUNCTION_OVERRIDE_VTABLE (Derived1, getValue_impl, std::string(T &)) | |
Public Member Functions inherited from ChimeraTK::Derived1 | |
| Derived1 () | |
| DEFINE_VIRTUAL_FUNCTION_OVERRIDE_VTABLE (Base, getValue_impl, std::string(T &)) | |
Public Member Functions inherited from ChimeraTK::Base | |
| 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 &) | |||
| ) |