![]() |
Protium
Math and Design Features
|
Deletion Adapter class. More...
#include <DeletionPolicies.h>
Public Member Functions | |
void | operator() (T *) |
To be used as a callback. More... | |
Public Attributes | |
exit_function_pointer_type | fFun |
The Function to be called when the object is deleted. More... | |
Deletion Adapter class.
Definition at line 32 of file DeletionPolicies.h.
|
inline |
To be used as a callback.
Definition at line 36 of file DeletionPolicies.h.
exit_function_pointer_type Protium::Singleton::Adapter< T >::fFun |
The Function to be called when the object is deleted.
Definition at line 34 of file DeletionPolicies.h.