|
OpenWalnut
1.2.5
|
Another helper class derived from WPrototyped. More...
#include <WPrototyped_test.h>
Inheritance diagram for SomePrototypeClass2: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. | |
Public Member Functions inherited from WPrototyped | |
| WPrototyped () | |
| Default constructor. | |
| virtual | ~WPrototyped () |
| Destructor. | |
| template<typename T > | |
| bool | isA () |
| Checks whether the actual prototype has the specified runtime type. | |
Another helper class derived from WPrototyped.
Used to check against SomePrototypeClass1.
Definition at line 66 of file WPrototyped_test.h.
|
inlinevirtual |
Gets the description for this prototype.
Implements WPrototyped.
Definition at line 85 of file WPrototyped_test.h.
|
inlinevirtual |
Gets the name of this prototype.
Implements WPrototyped.
Definition at line 75 of file WPrototyped_test.h.
1.8.1