OpenWalnut
1.4.0
|
Another helper class derived from WPrototyped. 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. |
Another helper class derived from WPrototyped.
Used to check against SomePrototypeClass1.
Definition at line 65 of file WPrototyped_test.h.
virtual const std::string SomePrototypeClass2::getDescription | ( | ) | const [inline, virtual] |
Gets the description for this prototype.
Implements WPrototyped.
Definition at line 83 of file WPrototyped_test.h.
virtual const std::string SomePrototypeClass2::getName | ( | ) | const [inline, virtual] |
Gets the name of this prototype.
Implements WPrototyped.
Definition at line 73 of file WPrototyped_test.h.