#include <TestClass.h>
Definition at line 434 of file TestClass.h.
◆ TCvec() [1/2]
◆ TCvec() [2/2]
| TCvec::TCvec |
( |
const int | i | ) |
|
|
inline |
Definition at line 442 of file TestClass.h.
443
444 }
struct _Set Set
Represents a set of values.
◆ ~TCvec()
◆ getKey()
| std::string TCvec::getKey |
( |
| ) |
const |
|
inlinevirtual |
◆ isEqual()
| bool TCvec::isEqual |
( |
const TestClass * | otherobj | ) |
const |
|
inlinevirtual |
Implements TestClass.
Definition at line 473 of file TestClass.h.
473 {
476 std::cout << "Output vectors same size" << std::endl;
477 for(int j=0; j<10; j++){
479 }
480 else{
481 return false;
482 }
483 }
484 return true;
485 }
486 else{
487 return false;
488 }
489 }
std::vector< int > my_integers
◆ print()
| void TCvec::print |
( |
| ) |
const |
|
inlinevirtual |
Implements TestClass.
Definition at line 455 of file TestClass.h.
455 {
456 std::cout <<
"Output::"<<
getKey() <<
" vector of integers: ";
458 for (
int i=0;
i<maxsiz;
i++){
460 }
461 std::cout << std::endl;
462
463 }
std::string getKey() const
◆ Set()
| void TCvec::Set |
( |
const int | i | ) |
|
|
inline |
Definition at line 445 of file TestClass.h.
445 {
446 for (
int j=0; j<
i; j++){
448 }
449
450 }
◆ key
| std::string TestClass::key |
|
inherited |
◆ my_integers
| std::vector<int> TCvec::my_integers |
The documentation for this class was generated from the following file: