Poco::ReleasePolicy< C > Class Template Reference

#include <SharedPtr.h>

List of all members.

Static Public Member Functions

static void release (C *pObj)

Detailed Description

template<class C>
class Poco::ReleasePolicy< C >

The default release policy for SharedPtr, which simply uses the delete operator to delete an object.

Definition at line 81 of file SharedPtr.h.


Member Function Documentation

template<class C >
static void Poco::ReleasePolicy< C >::release ( C *  pObj  )  [inline, static]

Delete the object. Note that pObj can be 0.

Definition at line 86 of file SharedPtr.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


pluginlib
Author(s): Tully Foote and Eitan Marder-Eppstein
autogenerated on Fri Jan 11 09:35:02 2013