#include <TestClass.h>
Definition at line 223 of file TestClass.h.
◆ TestClassA()
TestClassA::TestClassA |
( |
| ) |
|
◆ ~TestClassA()
TestClassA::~TestClassA |
( |
| ) |
|
◆ getKey()
std::string TestClassA::getKey |
( |
| ) |
const |
|
inlinevirtual |
◆ isEqual()
◆ print()
void TestClassA::print |
( |
| ) |
const |
|
inlinevirtual |
Implements TestClass.
Definition at line 232 of file TestClass.h.
233 std::cout<<
"TCA:"<<
"\t"
234 <<
"bb: " <<
bb <<
" and this: " <<
this <<std::endl;
◆ bb
◆ key
std::string TestClass::key |
|
inherited |
The documentation for this class was generated from the following file: