OpenWalnut  1.5.0dev
Public Member Functions | List of all members
WTransferable Class Reference

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...
 

Detailed Description

Class building the interface for classes that might be transferred using WModuleConnector.

See also
WModuleConnector. All transferable objects need a prototype.

Definition at line 37 of file WTransferable.h.

Constructor & Destructor Documentation

◆ WTransferable()

WTransferable::WTransferable ( )

Default constructor.

Definition at line 29 of file WTransferable.cpp.

◆ ~WTransferable()

WTransferable::~WTransferable ( )
virtual

Destructor.

Definition at line 35 of file WTransferable.cpp.


The documentation for this class was generated from the following files: