#include <SmartPtr.h>
Public Member Functions | |
| RejectNullStrict () | |
| template<class P1> | |
| RejectNullStrict (const RejectNullStrict< P1 > &) | |
| template<class P1> | |
| RejectNullStrict (const RejectNull< P1 > &) | |
| void | OnDereference (P val) |
| void | OnDereference (P val) const |
| void | Swap (RejectNullStrict &) |
Static Public Member Functions | |
| static void | OnInit (P val) |
Definition at line 1007 of file SmartPtr.h.
1.5.1-p1