#include <TestClass.h>
Definition at line 167 of file TestClass.h.
◆ TestClass14() [1/2]
| TestClass14::TestClass14 |
( |
| ) |
|
|
inline |
◆ TestClass14() [2/2]
| TestClass14::TestClass14 |
( |
const int | i | ) |
|
|
inline |
Definition at line 176 of file TestClass.h.
176 {
177
178 p=
new TestClass11(i);
179
180 }
◆ ~TestClass14()
| TestClass14::~TestClass14 |
( |
| ) |
|
|
inline |
◆ getKey()
| std::string TestClass14::getKey |
( |
| ) |
const |
|
inlinevirtual |
◆ isEqual()
| bool TestClass14::isEqual |
( |
const TestClass * | otherobj | ) |
const |
|
inlinevirtual |
◆ print()
| void TestClass14::print |
( |
| ) |
const |
|
inlinevirtual |
Implements TestClass.
Definition at line 183 of file TestClass.h.
183 {
184 std::cout << "Output::TC14: Pointer to TestClass11(integer) "<<std::endl;
186 }
◆ key
| std::string TestClass14::key |
The documentation for this class was generated from the following file: