![]() |
OpenWalnut
1.5.0dev
|
Class building the interface for classes that might be transferred using WModuleConnector. More...
#include <WTransferable.h>
Inheritance diagram for WTransferable:
Collaboration diagram for WTransferable:Public Member Functions | |
| WTransferable () | |
| Default constructor. More... | |
| virtual | ~WTransferable () |
| Destructor. More... | |
Public Member Functions inherited from WPrototyped | |
| WPrototyped () | |
| Default constructor. More... | |
| virtual | ~WPrototyped () |
| Destructor. More... | |
| virtual const std::string | getName () const =0 |
| Gets the name of this prototype. More... | |
| virtual const std::string | getDescription () const =0 |
| Gets the description for this prototype. More... | |
| template<typename T > | |
| bool | isA () |
| Checks whether the actual prototype has the specified runtime type. More... | |
Class building the interface for classes that might be transferred using WModuleConnector.
Definition at line 37 of file WTransferable.h.
| WTransferable::WTransferable | ( | ) |
Default constructor.
Definition at line 29 of file WTransferable.cpp.
|
virtual |
Destructor.
Definition at line 35 of file WTransferable.cpp.