#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 |
◆ ~TestClass13()
TestClass13::~TestClass13 |
( |
| ) |
|
|
inline |
◆ getKey()
std::string TestClass13::getKey |
( |
| ) |
const |
|
inlinevirtual |
◆ isEqual()
◆ 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"
◆ Set()
void TestClass13::Set |
( |
const int |
i | ) |
|
|
inline |
◆ ai
◆ key
std::string TestClass::key |
|
inherited |
The documentation for this class was generated from the following file: