#include <TestClass.h>
|
| int | ai [3] |
| std::string | key |
Definition at line 121 of file TestClass.h.
◆ TestClass13() [1/2]
| TestClass13::TestClass13 |
( |
| ) |
|
|
inline |
◆ TestClass13() [2/2]
| TestClass13::TestClass13 |
( |
const int | i | ) |
|
|
inline |
Definition at line 127 of file TestClass.h.
128 }
struct _Set Set
Represents a set of values.
◆ ~TestClass13()
| TestClass13::~TestClass13 |
( |
| ) |
|
|
inline |
◆ getKey()
| std::string TestClass13::getKey |
( |
| ) |
const |
|
inlinevirtual |
Reimplemented from TestClass.
Definition at line 144 of file TestClass.h.
144 {
145 return("TestClass13");
146
147 }
◆ isEqual()
| bool TestClass13::isEqual |
( |
const TestClass * | otherobj | ) |
const |
|
inlinevirtual |
Implements TestClass.
Definition at line 149 of file TestClass.h.
149 {
151 for(
int k=0;
k<3;
k++){
152 if(
ai[k]==
tc->ai[k]){
153
154
155 }
156 else{
157 return false;
158 }
159
160 }
161 return true;
162 }
◆ print()
| void TestClass13::print |
( |
| ) |
const |
|
inlinevirtual |
Implements TestClass.
Definition at line 138 of file TestClass.h.
138 { std::cout << "Output::TC13: array of integers "<<"\t"
142 }
◆ Set()
| void TestClass13::Set |
( |
const int | i | ) |
|
|
inline |
Definition at line 129 of file TestClass.h.
129 {
130 for(int j=0;j<3;j++){
132 }
133
134 }
◆ ai
◆ key
| std::string TestClass::key |
|
inherited |
The documentation for this class was generated from the following file: