|
#include <smart_ptr.hpp>
Definition at line 897 of file smart_ptr.hpp.
Static Public Member Functions | |
template<class T_obj> | |
static void | check_type_pass_to_constructor (T_obj *) |
template<class T_obj> | |
static void | on_dereference (T_obj *) |
template<class T_obj> | |
static void | on_const_dereference (T_obj *) |
template<class T_obj> | |
static void | before_release (T_obj *) |
template<class T_obj> | |
static void | after_release (T_obj *) |