GL Studio C++ Runtime API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ScopedPtr< T > Class Template Reference

#include <scoped_ptr.h>

Detailed Description

template<class T>
class disti::ScopedPtr< T >

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.


The documentation for this class was generated from the following file: