/
class Geo GeoDeleteArrayDestructor
This is the documentation for Enlighten.
class Geo GeoDeleteArrayDestructor
template<typename T>
class Geo::GeoDeleteArrayDestructor
A type for deleting objects of type T using DeleteArray().
This is for use in GeoAutoPtr and assumes the object has been allocated with GEO_NEW_ARRAY(...)
Functions
Name | Description |
---|---|
Delete(T *) | Primary policy method, deleting the object. |
operator GeoDeleteArrayDestructor< TOther >() | Added conversion to fix compile issues when converting from one type to another. |
static void Geo::GeoDeleteArrayDestructor< T >::Delete
public: void Delete
(
T * obj
)
Primary policy method, deleting the object.
Geo::GeoDeleteArrayDestructor< T >::operator GeoDeleteArrayDestructor< TOther >
public: operator GeoDeleteArrayDestructor< TOther >() const
Added conversion to fix compile issues when converting from one type to another.
, multiple selections available,
Related content
class Geo GeoDeleteArrayDestructor
class Geo GeoDeleteArrayDestructor
More like this
class Geo GeoDeleteDestructor
class Geo GeoDeleteDestructor
More like this
class Geo GeoDeleteDestructor
class Geo GeoDeleteDestructor
More like this
class Geo GeoDeleteDestructor
class Geo GeoDeleteDestructor
More like this
class Geo GeoDeleteDestructor
class Geo GeoDeleteDestructor
More like this
class Geo GeoAutoArrayPtr
class Geo GeoAutoArrayPtr
More like this