Public Member Functions | List of all members
INotTestTool Class Reference

Public Member Functions

virtual ~INotTestTool ()=default
 
virtual std::string mytype ()
 
virtual std::string label ()
 
virtual std::string extraLabel ()
 

Detailed Description

Definition at line 39 of file test_make_tool.cxx.

Constructor & Destructor Documentation

virtual INotTestTool::~INotTestTool ( )
virtualdefault

Member Function Documentation

virtual std::string INotTestTool::extraLabel ( )
inlinevirtual

Definition at line 49 of file test_make_tool.cxx.

49 { return "BadExtraLabel"; }
virtual std::string INotTestTool::label ( )
inlinevirtual

Definition at line 47 of file test_make_tool.cxx.

47 { return "BadLabel"; }
virtual std::string INotTestTool::mytype ( )
inlinevirtual

Definition at line 45 of file test_make_tool.cxx.

45 { return "INotTestTool"; }

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