UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
SharedPtrDeletionImpl< T > Class Template Reference

#include <sharedptr.h>

Inherits SharedPtrDeletionInternal.

Public Member Functions

 SharedPtrDeletionImpl (T *ptr)
 
 ~SharedPtrDeletionImpl ()
 
- Public Member Functions inherited from SharedPtrDeletionInternal
virtual ~SharedPtrDeletionInternal ()
 

Private Attributes

T * _ptr
 

Detailed Description

template<class T>
class SharedPtrDeletionImpl< T >

Definition at line 18 of file sharedptr.h.

Constructor & Destructor Documentation

template<class T >
SharedPtrDeletionImpl< T >::SharedPtrDeletionImpl ( T *  ptr)
inline

Definition at line 20 of file sharedptr.h.

template<class T >
SharedPtrDeletionImpl< T >::~SharedPtrDeletionImpl ( )
inline

Definition at line 24 of file sharedptr.h.

References SharedPtrDeletionImpl< T >::_ptr.

Field Documentation

template<class T >
T* SharedPtrDeletionImpl< T >::_ptr
private

Definition at line 34 of file sharedptr.h.

Referenced by SharedPtrDeletionImpl< T >::~SharedPtrDeletionImpl().


The documentation for this class was generated from the following file: