#include <Prototype.hpp>
Inheritance diagram for corelinux::Prototype::

Public Methods | |
| Prototype (void) | |
| Default constructor. | |
| Prototype (const Prototype &aPrototype) | |
| Copy constructor. More... | |
| virtual | ~Prototype (void) |
| Virtual destructor. | |
| Prototype & | operator= (const Prototype &aPrototype) |
| Assignment operator. More... | |
| bool | operator== (const Prototype &aPrototype) const |
| Equality operator. More... | |
| virtual TypeImpl * | clone (void) const=0 |
| clone is used to create a copy of the current prototype instance. More... | |
|
||||||||||
|
Copy constructor.
|
|
||||||||||
|
clone is used to create a copy of the current prototype instance.
|
|
||||||||||
|
Assignment operator.
|
|
||||||||||
|
Equality operator.
|