Standard Object deleter, used by SimpleRefCount to delete an Object when the reference count drops to zero. More...
#include "object.h"
| Static Public Member Functions | |
| static void | Delete (Object *object) | 
| Smart pointer deleter implementation for Object. | |
Standard Object deleter, used by SimpleRefCount to delete an Object when the reference count drops to zero.
| 
 | inlinestatic | 
Smart pointer deleter implementation for Object.
Delete implementation, forwards to the Object::DoDelete() method.
| [in] | object | The Object to delete. |