B2BITS FIX Antenna HFT  1.0.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
System::ThreadSafe::VolatileSensitivePointer< T > Class Template Reference

#include <B2BITS_ThreadSafe.h>

Public Member Functions

T & operator* () throw ()
 
T * operator-> () throw ()
 
 VolatileSensitivePointer (T *obj) throw ()
 

Constructor & Destructor Documentation

template<typename T >
System::ThreadSafe::VolatileSensitivePointer< T >::VolatileSensitivePointer ( T *  obj)
throw (
)
inlineexplicit

Member Function Documentation

template<typename T >
T& System::ThreadSafe::VolatileSensitivePointer< T >::operator* ( )
throw (
)
inline
template<typename T >
T* System::ThreadSafe::VolatileSensitivePointer< T >::operator-> ( )
throw (
)
inline