OpenWalnut  1.4.0
Public Member Functions | Static Public Member Functions | Friends
WTestTransferableDerived Class Reference

Derived test class used to test data transfer and compatibility checks, especially the inheritance checks. More...

#include <WModuleConnector_test.h>

+ Inheritance diagram for WTestTransferableDerived:

List of all members.

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

Detailed Description

Derived test class used to test data transfer and compatibility checks, especially the inheritance checks.

Definition at line 130 of file WModuleConnector_test.h.


Constructor & Destructor Documentation

Constructor.

Definition at line 138 of file WModuleConnector_test.h.

Referenced by getPrototype().


Member Function Documentation

virtual const std::string WTestTransferableDerived::getDescription ( ) const [inline, virtual]

Gets the description for this prototype.

Returns:
the description

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.

Returns:
the name.

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.

Returns:
the prototype.

Reimplemented from WTestTransferableBase.

Definition at line 167 of file WModuleConnector_test.h.

References WTestTransferableDerived().


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