PM Library :: PMSharedPtr | classes |
class base_ptr_holder | ? ^ |
Base pointer holder class.
- Source:
- pm_sharedptr.h:33
- Author:
- unascribed
- Version:
- unknown
Contents | ^ |
Entity Type Scope Short Description base_ptr_holder constructor public undocumented ~base_ptr_holder destructor public undocumented m_p attribute public undocumented m_referenced attribute public undocumented
constructor base_ptr_holder | ? ^ > |
undocumented
- Source:
- pm_sharedptr.h:38
- Code:
public base_ptr_holder ( T * p ) : m_p ( p ) , m_referenced ( 1 )
destructor ~base_ptr_holder | ? ^ < > |
undocumented
- Source:
- pm_sharedptr.h:41
- Code:
public virtual ~ base_ptr_holder ( )
attribute m_p | ? ^ < > |
undocumented
- Source:
- pm_sharedptr.h:43
- Code:
- public T * m_p
attribute m_referenced | ? ^ < > |
undocumented
- Source:
- pm_sharedptr.h:44
- Code:
- public unsigned int m_referenced
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.