#include <TestClass.h>
Definition at line 276 of file TestClass.h.
 
◆ TCBase() [1/2]
◆ TCBase() [2/2]
  
  | 
        
          | TCBase::TCBase | ( | const int | i | ) |  |  | inline | 
 
 
◆ ~TCBase()
  
  | 
        
          | virtual TCBase::~TCBase | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ getKey()
  
  | 
        
          | std::string TCBase::getKey | ( |  | ) | const |  | inlinevirtual | 
 
 
◆ isEqual()
◆ print()
  
  | 
        
          | void TCBase::print | ( |  | ) | const |  | inlinevirtual | 
 
Implements TestClass.
Reimplemented in TCIn.
Definition at line 289 of file TestClass.h.
  290     std::cout<<
"Output:base class member:"<<
ai<<std::endl;
 
 
 
 
◆ Set()
  
  | 
        
          | void TCBase::Set | ( | const int | i | ) |  |  | inline | 
 
 
◆ ai
◆ key
  
  | 
        
          | std::string TestClass::key |  | inherited | 
 
 
The documentation for this class was generated from the following file: