| PM Library | classes | 
template < class T >  | ? ^ | 
Deletes a C++ object.
The PMDelete<T> is a function object. Specifically, it is an Adaptable Binary Function. If f is an object of class GLDelete<T> and p are pointer to object of class T, then f(p) caused delete p.
- Source:
 - pm_delete.h:24
 - Author:
 - Dmitry A Steklenev
 - Version:
 - $Revision: 1.2 $
 
Contents | ^ | 
Entity Type Scope Short Description operator () operator public Deletes a C++ object. 
operator () | ? ^ | 
Deletes a C++ object.
- Source:
 - pm_delete.h:30
 
- 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.