A special smart pointer for variables that have their own special 'free' functions. More...
#include <vsmartptr.h>
A special smart pointer for variables that have their own special 'free' functions.
Behaves like std::auto_ptr<> in that only one object at a time owns the pointer, and destruction frees it by calling the given FreeFunc.
Definition at line 36 of file vsmartptr.h.