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

#include <B2BITS_ThreadSafe.h>

Public Member Functions

T * get () const throw ()
 
 MutexGuard (T *obj, Mutex *mutex)
 
T & operator* () const throw ()
 
T * operator-> () const throw ()
 
 ~MutexGuard ()
 

Constructor & Destructor Documentation

template<typename T >
System::ThreadSafe::MutexGuard< T >::MutexGuard ( T *  obj,
Mutex mutex 
)
inlineexplicit
template<typename T >
System::ThreadSafe::MutexGuard< T >::~MutexGuard ( )
inline

Member Function Documentation

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