Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::thread_specific_ptr< T > Class Template Reference

#include <tss.hpp>

Inheritance diagram for boost::thread_specific_ptr< T >:

Public Types

typedef T element_type
 

Public Member Functions

 thread_specific_ptr ()
 
 thread_specific_ptr (void(*func_)(T *))
 
 ~thread_specific_ptr ()
 
Tget () const
 
Toperator-> () const
 
boost::detail::sp_dereference
< T >::type 
operator* () const
 
Trelease ()
 
void reset (T *new_value=0)
 

Member Typedef Documentation

template<typename T>
typedef T boost::thread_specific_ptr< T >::element_type

Constructor & Destructor Documentation

template<typename T>
boost::thread_specific_ptr< T >::thread_specific_ptr ( )
inline
template<typename T>
boost::thread_specific_ptr< T >::thread_specific_ptr ( void(*)(T *)  func_)
inlineexplicit
template<typename T>
boost::thread_specific_ptr< T >::~thread_specific_ptr ( )
inline

Member Function Documentation

template<typename T>
T* boost::thread_specific_ptr< T >::get ( ) const
inline
template<typename T>
boost::detail::sp_dereference< T >::type boost::thread_specific_ptr< T >::operator* ( ) const
inline
template<typename T>
T* boost::thread_specific_ptr< T >::operator-> ( ) const
inline
template<typename T>
T* boost::thread_specific_ptr< T >::release ( )
inline
template<typename T>
void boost::thread_specific_ptr< T >::reset ( T new_value = 0)
inline

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