#include <TestClass.h>
Definition at line 308 of file TestClass.h.
◆ TCIn() [1/2]
◆ TCIn() [2/2]
| TCIn::TCIn |
( |
const int | i | ) |
|
|
inline |
Definition at line 314 of file TestClass.h.
315 }
struct _Set Set
Represents a set of values.
◆ ~TCIn()
◆ getKey()
| std::string TCIn::getKey |
( |
| ) |
const |
|
inlinevirtual |
Reimplemented from TCBase.
Definition at line 337 of file TestClass.h.
337 {
338 return("TCIn");
339 }
◆ isEqual()
| bool TCIn::isEqual |
( |
const TestClass * | otherobj | ) |
const |
|
inlinevirtual |
Reimplemented from TCBase.
Definition at line 327 of file TestClass.h.
327 {
330 }
331 else{
332 return false;
333 }
334 return true;
335 }
◆ print()
| void TCIn::print |
( |
| ) |
const |
|
inlinevirtual |
Reimplemented from TCBase.
Definition at line 323 of file TestClass.h.
323 {
324 std::cout<<
"Output::inherited class member from TCBase:"<<
ai<<std::endl;
325 }
◆ Set()
| void TCIn::Set |
( |
const int | i | ) |
|
|
inline |
◆ ai
◆ key
| std::string TestClass::key |
|
inherited |
The documentation for this class was generated from the following file: