PM Library classes

template < class T >
template class PMFree

? ^ 
Frees a memory block of storage.

The PMFree<T> is a function object. Specifically, it is an Adaptable Binary Function. If f is an object of class PMFree<T> and p are pointer to a memory block previously reserved with a call to one of the memory allocation functions, then f(p) caused free(p).

Source:
pm_delete.h:67
Author:
Dmitry A Steklenev
Version:
$Revision: 1.2 $

Contents

^ 
EntityTypeScopeShort Description
operator ()operator publicFrees a memory block of storage.

operator ()

? ^ 
Frees a memory block of storage.
Source:
pm_delete.h:73
Code:
public void operator () ( T * p ) const

Created Fri Aug 3 09:13:16 2012.
This documentation was generated automatically by
ccdoc v08r39 2003/02/27 bin_opt_emx_os2-2.30.
Click here to submit a bug report or feature request for ccdoc.
Click here to return to the top of the page.