ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
TestClass Class Referenceabstract

Test classes for the Serializer 2006/07 Sara..nosp@m.Magu.nosp@m.erite.nosp@m..Tra.nosp@m.ynor@.nosp@m.cern.nosp@m..ch. More...

#include <TestClass.h>

Inherited by TCBase, TCvec, TCvec1, TCvecPtr, TestClass11, TestClass12, TestClass13, TestClass14, TestClass2, TestClassA, and TestClassB.

Collaboration diagram for TestClass:

Public Member Functions

 TestClass ()
 
virtual ~TestClass ()
 
virtual void print () const =0
 
virtual bool isEqual (const TestClass *otherobj) const =0
 
virtual std::string getKey () const
 

Public Attributes

std::string key
 

Detailed Description

Test classes for the Serializer 2006/07 Sara..nosp@m.Magu.nosp@m.erite.nosp@m..Tra.nosp@m.ynor@.nosp@m.cern.nosp@m..ch.

Definition at line 16 of file TestClass.h.

Constructor & Destructor Documentation

◆ TestClass()

TestClass::TestClass ( )
inline

Definition at line 20 of file TestClass.h.

20 {}

◆ ~TestClass()

virtual TestClass::~TestClass ( )
inlinevirtual

Definition at line 22 of file TestClass.h.

22 {}

Member Function Documentation

◆ getKey()

virtual std::string TestClass::getKey ( ) const
inlinevirtual

Reimplemented in TCvec1, TCvecPtr, TCvec, TestClass2, TCIn1, TCIn, TCBase, TestClassA, TestClassB, TestClass14, TestClass13, TestClass12, and TestClass11.

Definition at line 25 of file TestClass.h.

25  {
26  return key;
27  }

◆ isEqual()

virtual bool TestClass::isEqual ( const TestClass otherobj) const
pure virtual

◆ print()

virtual void TestClass::print ( ) const
pure virtual

Member Data Documentation

◆ key

std::string TestClass::key

Definition at line 19 of file TestClass.h.


The documentation for this class was generated from the following file:
TestClass::key
std::string key
Definition: TestClass.h:19