queso-0.57.1
|
#include <ScopedPtr.h>
Public Types | |
typedef std::unique_ptr< T > | Type |
typedef boost::scoped_ptr< T > | Type |
typedef std::auto_ptr< T > | Type |
Definition at line 74 of file ScopedPtr.h.
typedef std::unique_ptr<T> QUESO::ScopedPtr< T >::Type |
Definition at line 76 of file ScopedPtr.h.
typedef boost::scoped_ptr<T> QUESO::ScopedPtr< T >::Type |
Definition at line 82 of file ScopedPtr.h.
typedef std::auto_ptr<T> QUESO::ScopedPtr< T >::Type |
Definition at line 88 of file ScopedPtr.h.