#include <TestClass.h>
Definition at line 493 of file TestClass.h.
◆ TCvecPtr() [1/2]
◆ TCvecPtr() [2/2]
TCvecPtr::TCvecPtr |
( |
const int |
i | ) |
|
|
inline |
◆ ~TCvecPtr()
◆ getKey()
std::string TCvecPtr::getKey |
( |
| ) |
const |
|
inlinevirtual |
◆ isEqual()
◆ print()
void TCvecPtr::print |
( |
| ) |
const |
|
inlinevirtual |
Implements TestClass.
Definition at line 514 of file TestClass.h.
515 std::cout <<
"Output::"<<
getKey() <<
" vector of pointer to integers: ";
518 for (
int i=0;
i<maxsiz;
i++)
520 std::cout << std::endl;
◆ Set()
void TCvecPtr::Set |
( |
const int |
i | ) |
|
|
inline |
◆ key
std::string TestClass::key |
|
inherited |
◆ my_ptrint
std::vector<int*> TCvecPtr::my_ptrint |
The documentation for this class was generated from the following file: