OpenWalnut  1.2.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions
SomePrototypeClass1 Class Reference

Helper class derived from WPrototyped to check WPrototypes functionality. More...

#include <WPrototyped_test.h>

+ Inheritance diagram for SomePrototypeClass1:

List of all members.

Public Member Functions

virtual const std::string getName () const
 Gets the name of this prototype.
virtual const std::string getDescription () const
 Gets the description for this prototype.
- Public Member Functions inherited from WPrototyped
 WPrototyped ()
 Default constructor.
virtual ~WPrototyped ()
 Destructor.
template<typename T >
bool isA ()
 Checks whether the actual prototype has the specified runtime type.

Detailed Description

Helper class derived from WPrototyped to check WPrototypes functionality.

Definition at line 37 of file WPrototyped_test.h.


Member Function Documentation

virtual const std::string SomePrototypeClass1::getDescription ( ) const
inlinevirtual

Gets the description for this prototype.

Returns:
the description

Implements WPrototyped.

Definition at line 56 of file WPrototyped_test.h.

virtual const std::string SomePrototypeClass1::getName ( ) const
inlinevirtual

Gets the name of this prototype.

Returns:
the name.

Implements WPrototyped.

Definition at line 46 of file WPrototyped_test.h.


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