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