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::LockFreeGuard< T > Class Template Reference

#include <B2BITS_ThreadSafe.h>

Public Member Functions

T * get () const throw ()
 
 LockFreeGuard (T *obj) throw ()
 
T & operator* () const throw ()
 
T * operator-> () const throw ()
 

Constructor & Destructor Documentation

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

Member Function Documentation

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