Public Member Functions | Public Attributes

auto_free< _T > Struct Template Reference

List of all members.

Public Member Functions

 auto_free (_T p)
 ~auto_free ()

Public Attributes

_T pointer

template<typename _T>
struct auto_free< _T >


Constructor & Destructor Documentation

template<typename _T>
auto_free< _T >::auto_free ( _T  p  )  [inline]
template<typename _T>
auto_free< _T >::~auto_free (  )  [inline]

Member Data Documentation

template<typename _T>
_T auto_free< _T >::pointer

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