|
OpenWalnut 1.3.1
|
Derived test class used to test data transfer and compatibility checks, especially the inheritance checks. More...
#include <WModuleConnector_test.h>
Inheritance diagram for WTestTransferableDerived:Public Member Functions | |
| WTestTransferableDerived () | |
| Constructor. | |
| virtual const std::string | getName () const |
| Gets the name of this prototype. | |
| virtual const std::string | getDescription () const |
| Gets the description for this prototype. | |
Static Public Member Functions | |
| static boost::shared_ptr < WPrototyped > | getPrototype () |
| Returns a prototype instantiated with the true type of the deriving class. | |
Friends | |
| class | WModuleConnectorTest |
Derived test class used to test data transfer and compatibility checks, especially the inheritance checks.
Definition at line 130 of file WModuleConnector_test.h.
| WTestTransferableDerived::WTestTransferableDerived | ( | ) | [inline] |
| virtual const std::string WTestTransferableDerived::getDescription | ( | ) | const [inline, virtual] |
Gets the description for this prototype.
Reimplemented from WTestTransferableBase.
Definition at line 157 of file WModuleConnector_test.h.
| virtual const std::string WTestTransferableDerived::getName | ( | ) | const [inline, virtual] |
Gets the name of this prototype.
Reimplemented from WTestTransferableBase.
Definition at line 147 of file WModuleConnector_test.h.
| static boost::shared_ptr< WPrototyped > WTestTransferableDerived::getPrototype | ( | ) | [inline, static] |
Returns a prototype instantiated with the true type of the deriving class.
Reimplemented from WTestTransferableBase.
Definition at line 167 of file WModuleConnector_test.h.
References WTestTransferableDerived().
1.7.4