UFO: Alien Invasion
SharedPtrDeletionImpl< T > Class Template Reference

#include <sharedptr.h>

Inheritance diagram for SharedPtrDeletionImpl< T >:
Inheritance graph
Collaboration diagram for SharedPtrDeletionImpl< T >:
Collaboration graph

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

◆ SharedPtrDeletionImpl()

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

Definition at line 20 of file sharedptr.h.

◆ ~SharedPtrDeletionImpl()

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

Definition at line 24 of file sharedptr.h.

References SharedPtrDeletionImpl< T >::_ptr, and void().

Field Documentation

◆ _ptr

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: