ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
TCvec1 Class Reference

#include <TestClass.h>

Inheritance diagram for TCvec1:
Collaboration diagram for TCvec1:

Public Member Functions

 TCvec1 ()
 
 ~TCvec1 ()
 
void print () const
 
std::string getKey () const
 
bool isEqual (const TestClass *) const
 

Public Attributes

std::vector< class TestClass11my_TC
 
std::string key
 

Detailed Description

Definition at line 546 of file TestClass.h.

Constructor & Destructor Documentation

◆ TCvec1()

TCvec1::TCvec1 ( )
inline

Definition at line 551 of file TestClass.h.

551 {}

◆ ~TCvec1()

TCvec1::~TCvec1 ( )
inline

Definition at line 564 of file TestClass.h.

564 {}

Member Function Documentation

◆ getKey()

std::string TCvec1::getKey ( ) const
inlinevirtual

Reimplemented from TestClass.

Definition at line 569 of file TestClass.h.

569  {
570  return("TCvec1");
571 
572  }

◆ isEqual()

bool TCvec1::isEqual ( const TestClass ) const
inlinevirtual

Implements TestClass.

Definition at line 574 of file TestClass.h.

574  {
575  //TCvec1 *tc = (TCvec1 *)otherobj;
576  /* for(int j=0; j<10; j++){ */
577 /* if(tc->my_TC.at(j)){ */
578 
579 /* std::cout << "true for int"<< "\t" */
580 /* << my_TC.at(j)<<std::endl; */
581 /* //return true; */
582 /* } */
583 /* else{ */
584 /* //return false; */
585 /* std::cout << "false for int"<<"\t" */
586 /* << my_TC.at(j)<<std::endl; */
587 /* // return false; */
588 /* } */
589 /* } */
590  return false;
591  }

◆ print()

void TCvec1::print ( ) const
inlinevirtual

Implements TestClass.

Definition at line 565 of file TestClass.h.

565  { std::cout << "TCvec1 "<<std::endl;
566 
567  }

Member Data Documentation

◆ key

std::string TestClass::key
inherited

Definition at line 19 of file TestClass.h.

◆ my_TC

std::vector<class TestClass11> TCvec1::my_TC

Definition at line 548 of file TestClass.h.


The documentation for this class was generated from the following file: