![]() |
OpenWalnut
1.5.0dev
|
Another helper class derived from SomePrototypeClass1. More...
#include <WPrototyped_test.h>
Inheritance diagram for SomePrototypeClass2:
Collaboration diagram for SomePrototypeClass2:Public Member Functions | |
| virtual const std::string | getName () const |
| Gets the name of this prototype. More... | |
| virtual const std::string | getDescription () const |
| Gets the description for this prototype. More... | |
Public Member Functions inherited from WPrototyped | |
| WPrototyped () | |
| Default constructor. More... | |
| virtual | ~WPrototyped () |
| Destructor. More... | |
| template<typename T > | |
| bool | isA () |
| Checks whether the actual prototype has the specified runtime type. More... | |
Another helper class derived from SomePrototypeClass1.
Used to check against SomePrototypeClass1.
Definition at line 65 of file WPrototyped_test.h.
|
inlinevirtual |
Gets the description for this prototype.
Reimplemented from SomePrototypeClass1.
Definition at line 83 of file WPrototyped_test.h.
|
inlinevirtual |
Gets the name of this prototype.
Reimplemented from SomePrototypeClass1.
Definition at line 73 of file WPrototyped_test.h.