#include <smart_ptr.h>
Public Member Functions | |
| RejectNullStrict () | |
| template<class P1 > | |
| RejectNullStrict (const RejectNullStrict< P1 > &) | |
| template<class P1 > | |
| RejectNullStrict (const RejectNull< P1 > &) | |
| void | OnDereference (P val) |
| void | Swap (RejectNullStrict &) |
Static Public Member Functions | |
| static void | OnInit (P val) |
Definition at line 408 of file smart_ptr.h.
| RejectNullStrict< P >::RejectNullStrict | ( | ) | [inline] |
| RejectNullStrict< P >::RejectNullStrict | ( | const RejectNullStrict< P1 > & | ) | [inline] |
| RejectNullStrict< P >::RejectNullStrict | ( | const RejectNull< P1 > & | ) | [inline] |
| static void RejectNullStrict< P >::OnInit | ( | P | val | ) | [inline, static] |
| void RejectNullStrict< P >::OnDereference | ( | P | val | ) | [inline] |
| void RejectNullStrict< P >::Swap | ( | RejectNullStrict< P > & | ) | [inline] |
1.5.8