#include <TestClass.h>
Definition at line 202 of file TestClass.h.
◆ TestClassB()
TestClassB::TestClassB |
( |
| ) |
|
Definition at line 266 of file TestClass.h.
267 std::cout <<
"TestClassB::TestClassB()" << std::endl;
◆ ~TestClassB()
TestClassB::~TestClassB |
( |
| ) |
|
Definition at line 271 of file TestClass.h.
272 std::cout <<
"TestClassB::~TestClassB()" << std::endl;
◆ getKey()
std::string TestClassB::getKey |
( |
| ) |
const |
|
inlinevirtual |
◆ isEqual()
◆ print()
void TestClassB::print |
( |
| ) |
const |
|
inlinevirtual |
Implements TestClass.
Definition at line 211 of file TestClass.h.
211 {std::cout<<
"TCB:" <<
this <<
" aa: " <<
aa <<std::endl;
◆ SetA()
◆ aa
◆ key
std::string TestClass::key |
|
inherited |
The documentation for this class was generated from the following file: