#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 |
◆ ~TestClass12()
TestClass12::~TestClass12 |
( |
| ) |
|
|
inline |
◆ getKey()
std::string TestClass12::getKey |
( |
| ) |
const |
|
inlinevirtual |
◆ isEqual()
◆ print()
void TestClass12::print |
( |
| ) |
const |
|
inlinevirtual |
Implements TestClass.
Definition at line 90 of file TestClass.h.
91 std::cout <<
"Output::TC12 class of dynamic array of integers"<<std::endl;
92 for(
int j=0; j<
size; j++) {
94 std::cout<<
p[j]<<
"\t";
97 std::cout << std::endl;
◆ key
std::string TestClass::key |
|
inherited |
◆ size
The documentation for this class was generated from the following file: