#include <SmartPtr.h>
Public Types | |
| enum | |
Public Member Functions | |
| DestructiveCopy () | |
| template<class P1> | |
| DestructiveCopy (const DestructiveCopy< P1 > &) | |
Static Public Member Functions | |
| template<class P1> | |
| static P | Clone (P1 &val) |
| static bool | Release (const P &) |
| static void | Swap (DestructiveCopy &) |
Definition at line 692 of file SmartPtr.h.
1.5.1-p1