Static Public Member Functions | |
static std::string | static_func () |
Static Public Member Functions inherited from WithStatic1 | |
static std::string | static_func1 () |
Static Public Member Functions inherited from WithStatic2 | |
static std::string | static_func2 () |
Static Public Attributes | |
static int | static_value = 12 |
Static Public Attributes inherited from WithStatic1 | |
static int | static_value1 = 1 |
Static Public Attributes inherited from WithStatic2 | |
static int | static_value2 = 2 |
Additional Inherited Members | |
Public Member Functions inherited from Vanilla | |
std::string | vanilla () |
Definition at line 33 of file test_multiple_inheritance.cpp.
|
inlinestatic |
Definition at line 34 of file test_multiple_inheritance.cpp.
|
static |
Definition at line 35 of file test_multiple_inheritance.cpp.