Public Member Functions | List of all members
ITestTool Class Referenceabstract

#include <ITestTool.h>

Inheritance diagram for ITestTool:
TestTool

Public Member Functions

virtual ~ITestTool ()=default
 
virtual std::string mytype () const
 
virtual std::string label ()=0
 

Detailed Description

Definition at line 13 of file ITestTool.h.

Constructor & Destructor Documentation

virtual ITestTool::~ITestTool ( )
virtualdefault

Member Function Documentation

virtual std::string ITestTool::label ( )
pure virtual

Implemented in TestTool.

virtual std::string ITestTool::mytype ( ) const
inlinevirtual

Reimplemented in TestTool.

Definition at line 19 of file ITestTool.h.

19 { return "ITestTool"; }

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