ATLAS Offline Software
Loading...
Searching...
No Matches
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
virtual bool subsubtoolEmpty () const =0
 get whether the subtool configured for our subtool is empty
virtual const IUnitTestTool1getSubsubtool () const =0
 get the subtool configured for our subtool
virtual void print () const =0
 Print the state of the tool.

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

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