HawkTracer
0.10.0
|
The struct represents a feature class. More...
#include <feature.h>
Public Attributes | |
HT_FeatureDestroy | destroy |
Destroy calback. More... | |
uint32_t | id |
Stores identifier of the feature class. More... | |
The struct represents a feature class.
There should only be one global instance of this struct. It contains a knowledge about destroying the object.
HT_FeatureDestroy HT_FeatureKlass::destroy |
Destroy calback.
It's used for automatic feature destruction. It should release all the resources allocated for the feature and the memory used for the object itself.
uint32_t HT_FeatureKlass::id |
Stores identifier of the feature class.
The identifier is used in the registry to identify the feature class. It should not be modified and accessed by user, the field is used for internal purposes only.