GL Studio C++ Runtime API
|
#include <scoped_ptr.h>
The ScopedPtr class template stores a pointer to a dynamically allocated object. The object pointed to is guaranteed to be deleted, either on destruction of the ScopedPtr or via an explicit Reset.