#include <gnFeature.h>
Inheritance diagram for gnFeature::
Public Methods | |
gnFeature () | |
Empty constructor. More... | |
gnFeature (string &name, uint32 id=0, gnLocation::gnLocationType lt=gnLocation::LT_Nothing, boolean broken=false) | |
Creates a memory feature with the specified name. More... | |
gnFeature (const gnFeature &s) | |
Copy constructor. More... | |
~gnFeature () | |
Destructor, frees memory. More... | |
gnFeature* | Clone () const |
It contains a list of locations and qualifiers which are used to describe this feature. It can be referred to by ID.
Definition at line 28 of file gnFeature.h.
|
Empty constructor.
Definition at line 19 of file gnFeature.cpp. Referenced by Clone().
|
|
Creates a memory feature with the specified name.
Definition at line 26 of file gnFeature.cpp. |
|
Copy constructor.
Definition at line 30 of file gnFeature.cpp. |
|
Destructor, frees memory.
Definition at line 43 of file gnFeature.cpp. |
|
Reimplemented from gnBaseFeature. Definition at line 56 of file gnFeature.h. Referenced by gnFeature().
|