UFO: Alien Invasion
Loading...
Searching...
No Matches
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.

References _ptr.

◆ ~SharedPtrDeletionImpl()

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

Definition at line 24 of file sharedptr.h.

References _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(), and ~SharedPtrDeletionImpl().


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