ATLAS Offline Software
Loading...
Searching...
No Matches
asg::IUnitTestTool1 Class Referenceabstract

the interface for UnitTestTool1 More...

#include <IUnitTestTool1.h>

Inheritance diagram for asg::IUnitTestTool1:
Collaboration diagram for asg::IUnitTestTool1:

Public Member Functions

virtual std::string getPropertyString () const =0
 get the integer property
virtual int getPropertyInt () const =0
 get the integer property
virtual void setPropertyInt (int val_property)=0
 get the integer property
virtual bool isInitialized () const =0
 get whether we have been initialized
virtual void print () const =0
 Print the state of the tool.

Detailed Description

the interface for UnitTestTool1

Definition at line 18 of file IUnitTestTool1.h.

Member Function Documentation

◆ getPropertyInt()

virtual int asg::IUnitTestTool1::getPropertyInt ( ) const
pure virtual

get the integer property

Implemented in asg::UnitTestTool1, and asg::UnitTestTool1A.

◆ getPropertyString()

virtual std::string asg::IUnitTestTool1::getPropertyString ( ) const
pure virtual

get the integer property

Implemented in asg::UnitTestTool1, and asg::UnitTestTool1A.

◆ isInitialized()

virtual bool asg::IUnitTestTool1::isInitialized ( ) const
pure virtual

get whether we have been initialized

Implemented in asg::UnitTestTool1, and asg::UnitTestTool1A.

◆ print()

◆ setPropertyInt()

virtual void asg::IUnitTestTool1::setPropertyInt ( int val_property)
pure virtual

get the integer property

Implemented in asg::UnitTestTool1, and asg::UnitTestTool1A.


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