ATLAS Offline Software
Public Member Functions | List of all members
asg::IUnitTestTool3 Class Referenceabstract

the interface for UnitTestTool3 More...

#include <IUnitTestTool3.h>

Inheritance diagram for asg::IUnitTestTool3:
Collaboration diagram for asg::IUnitTestTool3:

Public Member Functions

virtual const IUnitTestTool1getSubtool () const =0
 get the subtool we configured More...
 
virtual bool subsubtoolEmpty () const =0
 get whether the subtool configured for our subtool is empty More...
 
virtual const IUnitTestTool1getSubsubtool () const =0
 get the subtool configured for our subtool More...
 
virtual void print () const =0
 Print the state of the tool. More...
 

Detailed Description

the interface for UnitTestTool3

Definition at line 20 of file IUnitTestTool3.h.

Member Function Documentation

◆ getSubsubtool()

virtual const IUnitTestTool1* asg::IUnitTestTool3::getSubsubtool ( ) const
pure virtual

get the subtool configured for our subtool

Implemented in asg::UnitTestTool3.

◆ getSubtool()

virtual const IUnitTestTool1* asg::IUnitTestTool3::getSubtool ( ) const
pure virtual

get the subtool we configured

Implemented in asg::UnitTestTool3.

◆ print()

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

◆ subsubtoolEmpty()

virtual bool asg::IUnitTestTool3::subsubtoolEmpty ( ) const
pure virtual

get whether the subtool configured for our subtool is empty

Implemented in asg::UnitTestTool3.


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