ATLAS Offline Software
Public Member Functions | List of all members
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 More...
 
virtual int getPropertyInt () const =0
 get the integer property More...
 
virtual void setPropertyInt (int val_property)=0
 get the integer property More...
 
virtual bool isInitialized () const =0
 get whether we have been initialized More...
 
virtual void print () const =0
 Print the state of the tool. More...
 

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()

virtual void asg::IAsgTool::print ( ) const
pure virtualinherited

◆ 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: