Assimp  v2.0 (November 2010)
Public Member Functions | List of all members
Assimp::ScopeGuard< T > Struct Template Reference

Public Member Functions

T * dismiss ()
 
 operator T * ()
 
T * operator-> ()
 
 ScopeGuard (T *obj)
 
 ~ScopeGuard () throw ()
 

Constructor & Destructor Documentation

template<typename T >
Assimp::ScopeGuard< T >::ScopeGuard ( T *  obj)
inline
template<typename T >
Assimp::ScopeGuard< T >::~ScopeGuard ( )
throw (
)
inline

Member Function Documentation

template<typename T >
T* Assimp::ScopeGuard< T >::dismiss ( )
inline
template<typename T >
Assimp::ScopeGuard< T >::operator T * ( )
inline
template<typename T >
T* Assimp::ScopeGuard< T >::operator-> ( )
inline

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