PM Library :: PMSharedPtr | classes |
template < class Function > | ? ^ |
Pointer holder class template.
- Source:
- pm_sharedptr.h:50
- Author:
- unascribed
- Version:
- unknown
Contents | ^ |
Entity Inherited From Type Scope Short Description ptr_holder constructor public undocumented ~ptr_holder destructor public undocumented
constructor ptr_holder | ? ^ > |
undocumented
- Source:
- pm_sharedptr.h:55
- Code:
public ptr_holder ( T * p , const Function & f ) : base_ptr_holder ( p ) , m_cleanup ( f )
destructor ~ptr_holder | ? ^ < > |
undocumented
- Source:
- pm_sharedptr.h:59
- Code:
public ~ ptr_holder ( )
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.