HawkTracer  0.10.0
HT_FeatureKlass Struct Reference

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...
 

Detailed Description

The struct represents a feature class.

There should only be one global instance of this struct. It contains a knowledge about destroying the object.

Member Data Documentation

◆ destroy

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.

◆ id

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.


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