#include "rutz/shared_ptr.h"
Go to the source code of this file.
Functions | |
rutz::shared_ptr_aux::ptr_check_function * | rutz::shared_ptr_aux::set_check_function (ptr_check_function *func) |
Install a particular pointer-checking function. | |
void | rutz::shared_ptr_aux::check_ptr (const void *p) |
Call the current ptr_check_function, if it is non-null, otherwise do nothing. |
Definition in file shared_ptr.cc.