#include <TestClass.h>
Definition at line 434 of file TestClass.h.
 
◆ TCvec() [1/2]
◆ TCvec() [2/2]
  
  | 
        
          | TCvec::TCvec | ( | const int | i | ) |  |  | inline | 
 
 
◆ ~TCvec()
◆ getKey()
  
  | 
        
          | std::string TCvec::getKey | ( |  | ) | const |  | inlinevirtual | 
 
 
◆ isEqual()
Implements TestClass.
Definition at line 473 of file TestClass.h.
  476       std::cout << 
"Output vectors same size" << std::endl;
 
  477       for(
int j=0; j<10; j++){
 
 
 
 
◆ print()
  
  | 
        
          | void TCvec::print | ( |  | ) | const |  | inlinevirtual | 
 
Implements TestClass.
Definition at line 455 of file TestClass.h.
  456     std::cout << 
"Output::"<< 
getKey() << 
" vector of integers: ";
 
  458     for (
int i=0; 
i<maxsiz; 
i++){
 
  461       std::cout << std::endl; 
 
 
 
 
◆ Set()
  
  | 
        
          | void TCvec::Set | ( | const int | i | ) |  |  | inline | 
 
 
◆ 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: