#include <SmartPtr.h>
Public Member Functions | |
AssertCheck () | |
template<class P1> | |
AssertCheck (const AssertCheck< P1 > &) | |
template<class P1> | |
AssertCheck (const NoCheck< P1 > &) | |
Static Public Member Functions | |
static void | OnDefault (const P &) |
static void | OnInit (const P &) |
static void | OnDereference (P val) |
static void | Swap (AssertCheck &) |
Definition at line 835 of file SmartPtr.h.