#include <TestClass.h>
Definition at line 344 of file TestClass.h.
◆ TCIn1() [1/2]
◆ TCIn1() [2/2]
| TCIn1::TCIn1 |
( |
const int | i | ) |
|
|
inline |
◆ ~TCIn1()
| virtual TCIn1::~TCIn1 |
( |
| ) |
|
|
inlinevirtual |
◆ getKey()
| std::string TCIn1::getKey |
( |
| ) |
const |
|
inlinevirtual |
Reimplemented from TCBase.
Definition at line 365 of file TestClass.h.
365 {
366 return("TCIn1");
367
368 }
◆ isEqual()
| bool TCIn1::isEqual |
( |
const TestClass * | otherobj | ) |
const |
|
inlinevirtual |
Reimplemented from TCBase.
Definition at line 353 of file TestClass.h.
353 {
356
357 }
358 else{
359 return false;
360 }
361
362 return true;
363 }
◆ print()
| void TCBase::print |
( |
| ) |
const |
|
inlinevirtualinherited |
Implements TestClass.
Reimplemented in TCIn.
Definition at line 289 of file TestClass.h.
289 {
290 std::cout<<
"Output:base class member:"<<
ai<<std::endl;
291 }
◆ Set()
| void TCBase::Set |
( |
const int | i | ) |
|
|
inlineinherited |
◆ ai
◆ key
| std::string TestClass::key |
|
inherited |
The documentation for this class was generated from the following file: