OpenWalnut
1.3.1
|
Derived test class used to test data transfer and compatibility checks, especially the inheritance checks. More...
#include <WModuleConnector_test.h>
Public Member Functions | |
WTestTransferableDerived () | |
Constructor. More... | |
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... | |
![]() | |
WTestTransferableBase () | |
Constructor. More... | |
int | get () const |
Gives the magic int. More... | |
void | set (int i) |
Sets the new int. More... | |
![]() | |
WTransferable () | |
Default constructor. More... | |
virtual | ~WTransferable () |
Destructor. More... | |
![]() | |
WPrototyped () | |
Default constructor. More... | |
virtual | ~WPrototyped () |
Destructor. More... | |
template<typename T > | |
bool | isA () |
Checks whether the actual prototype has the specified runtime type. More... | |
Static Public Member Functions | |
static boost::shared_ptr < WPrototyped > | getPrototype () |
Returns a prototype instantiated with the true type of the deriving class. More... | |
![]() | |
static boost::shared_ptr < WPrototyped > | getPrototype () |
Returns a prototype instantiated with the true type of the deriving class. More... | |
Friends | |
class | WModuleConnectorTest |
Additional Inherited Members | |
![]() | |
int | m_data |
The data. More... | |
Derived test class used to test data transfer and compatibility checks, especially the inheritance checks.
Definition at line 130 of file WModuleConnector_test.h.
|
inline |
|
inlinevirtual |
Gets the description for this prototype.
Reimplemented from WTestTransferableBase.
Definition at line 157 of file WModuleConnector_test.h.
|
inlinevirtual |
Gets the name of this prototype.
Reimplemented from WTestTransferableBase.
Definition at line 147 of file WModuleConnector_test.h.
|
inlinestatic |
Returns a prototype instantiated with the true type of the deriving class.
Definition at line 167 of file WModuleConnector_test.h.
References WTestTransferableDerived().