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

Another helper class derived from WPrototyped. More...

#include <WPrototyped_test.h>

+ Inheritance diagram for SomePrototypeClass3:
+ Collaboration diagram for SomePrototypeClass3:

Public Member Functions

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...
 
- Public Member Functions inherited from WPrototyped
 WPrototyped ()
 Default constructor. More...
 
virtual ~WPrototyped ()
 Destructor. More...
 
template<typename T >
bool isA ()
 Checks whether the actual prototype has the specified runtime type. More...
 

Detailed Description

Another helper class derived from WPrototyped.

Used to check against SomePrototypeClass1.

Definition at line 92 of file WPrototyped_test.h.

Member Function Documentation

◆ getDescription()

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

Gets the description for this prototype.

Returns
the description

Implements WPrototyped.

Definition at line 110 of file WPrototyped_test.h.

◆ getName()

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

Gets the name of this prototype.

Returns
the name.

Implements WPrototyped.

Definition at line 100 of file WPrototyped_test.h.


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