class Geo::GeoFreeDestructor
A type for freeing objects using GEO_FREE. This is for use in GeoAutoPtr.
Functions
Name | Description |
---|---|
Delete(void *) | Primary policy method, deleting the object. |
Anchor | ||||
---|---|---|---|---|
|
static void Geo::GeoFreeDestructor::Delete
...
public: void Delete
(
void * obj
)
...
Primary policy method, deleting the object.