#include <TestClass.h>
Definition at line 32 of file TestClass.h.
◆ TestClass11() [1/2]
| TestClass11::TestClass11 |
( |
| ) |
|
|
inline |
◆ TestClass11() [2/2]
| TestClass11::TestClass11 |
( |
const int | i | ) |
|
|
inline |
Definition at line 38 of file TestClass.h.
38 {
40 }
struct _Set Set
Represents a set of values.
◆ ~TestClass11()
| TestClass11::~TestClass11 |
( |
| ) |
|
|
inline |
◆ getKey()
| std::string TestClass11::getKey |
( |
| ) |
const |
|
inlinevirtual |
◆ isEqual()
| bool TestClass11::isEqual |
( |
const TestClass * | otherobj | ) |
const |
|
inlinevirtual |
Implements TestClass.
Definition at line 54 of file TestClass.h.
54 {
57 return true;
58 }
59 else{
60 return false;
61 }
62
63 }
◆ print()
| void TestClass11::print |
( |
| ) |
const |
|
inlinevirtual |
Implements TestClass.
Definition at line 46 of file TestClass.h.
46 { std::cout << "Output::TC11:Class of one integer = "<<"\t"
48 }
◆ Set()
| void TestClass11::Set |
( |
const int | i | ) |
|
|
inline |
◆ ai
◆ key
| std::string TestClass::key |
|
inherited |
The documentation for this class was generated from the following file: