OpenWalnut
1.3.1
|
Helper class derived from WPrototyped to check WPrototypes functionality. More...
#include <WPrototyped_test.h>
Public Member Functions | |
virtual const std::string | getName () const |
Gets the name of this prototype. | |
virtual const std::string | getDescription () const |
Gets the description for this prototype. | |
![]() | |
WPrototyped () | |
Default constructor. | |
virtual | ~WPrototyped () |
Destructor. | |
template<typename T > | |
bool | isA () |
Checks whether the actual prototype has the specified runtime type. |
Helper class derived from WPrototyped to check WPrototypes functionality.
Definition at line 37 of file WPrototyped_test.h.
|
inlinevirtual |
Gets the description for this prototype.
Implements WPrototyped.
Definition at line 55 of file WPrototyped_test.h.
|
inlinevirtual |
Gets the name of this prototype.
Implements WPrototyped.
Definition at line 45 of file WPrototyped_test.h.