#include <TestClass.h>
Definition at line 276 of file TestClass.h.
◆ TCBase() [1/2]
◆ TCBase() [2/2]
| TCBase::TCBase |
( |
const int | i | ) |
|
|
inline |
Definition at line 282 of file TestClass.h.
struct _Set Set
Represents a set of values.
◆ ~TCBase()
| virtual TCBase::~TCBase |
( |
| ) |
|
|
inlinevirtual |
◆ getKey()
| std::string TCBase::getKey |
( |
| ) |
const |
|
inlinevirtual |
◆ isEqual()
| bool TCBase::isEqual |
( |
const TestClass * | otherobj | ) |
const |
|
inlinevirtual |
Implements TestClass.
Reimplemented in TCIn1, and TCIn.
Definition at line 293 of file TestClass.h.
293 {
296 }
297 else{
298 return false;
299 }
300 return true;
301 }
◆ print()
| void TCBase::print |
( |
| ) |
const |
|
inlinevirtual |
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 | ) |
|
|
inline |
◆ ai
◆ key
| std::string TestClass::key |
|
inherited |
The documentation for this class was generated from the following file: