template class Poco::ReleaseArrayPolicy
Overview
The release policy for SharedPtr holding arrays. Moreā¦
#include <SharedPtr.h> template <class C> class ReleaseArrayPolicy { public: // methods static void release(C* pObj); };
Detailed Documentation
The release policy for SharedPtr holding arrays.
Methods
static void release(C* pObj)
Delete the object.
Note that pObj can be 0.