21 #ifndef GNASH_SCOPED_PTR_H
22 #define GNASH_SCOPED_PTR_H
24 #include <boost/utility.hpp>
25 #include <boost/function.hpp>
Definition: GnashKey.h:150
~ScopedPtr()
Definition: GnashScopedPtr.h:71
ScopedPtr(T *ptr, DeleterT d)
Definition: GnashScopedPtr.h:48
T * operator->() const
Dereference the contained pointer.
Definition: GnashScopedPtr.h:60
Definition: GnashScopedPtr.h:37
T & operator*() const
Dereferences the managed pointer and returns a reference.
Definition: GnashScopedPtr.h:54
Definition: GnashKey.h:132