#include <TestClass.h>
Definition at line 68 of file TestClass.h.
◆ TestClass12() [1/2]
| TestClass12::TestClass12 |
( |
| ) |
|
|
inline |
◆ TestClass12() [2/2]
| TestClass12::TestClass12 |
( |
const int | i, |
|
|
const int | s ) |
|
inline |
Definition at line 77 of file TestClass.h.
77 {
80
81 for(
int j=0;j<
size;j++){
83 }
84 }
◆ ~TestClass12()
| TestClass12::~TestClass12 |
( |
| ) |
|
|
inline |
◆ getKey()
| std::string TestClass12::getKey |
( |
| ) |
const |
|
inlinevirtual |
◆ isEqual()
| bool TestClass12::isEqual |
( |
const TestClass * | otherobj | ) |
const |
|
inlinevirtual |
Implements TestClass.
Definition at line 105 of file TestClass.h.
105 {
107 for(
int j=0; j<
size; j++){
109
110
111 }
112 else{
113 return false;
114 }
115
116 }
117 return true;
118 }
◆ print()
| void TestClass12::print |
( |
| ) |
const |
|
inlinevirtual |
Implements TestClass.
Definition at line 90 of file TestClass.h.
90 {
91 std::cout << "Output::TC12 class of dynamic array of integers"<<std::endl;
92 for(
int j=0; j<
size; j++) {
93
94 std::cout<<
p[j]<<
"\t";
95
96 }
97 std::cout << std::endl;
98 }
◆ key
| std::string TestClass::key |
|
inherited |
◆ size
The documentation for this class was generated from the following file: