B2BITS FIX Antenna HFT  1.0.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
auto_lock_t< lock_t > Class Template Reference

#include <b2b_platform.h>

Public Member Functions

 auto_lock_t (lock_t &lock) throw ()
 
bool isLocked () throw ()
 
 ~auto_lock_t () throw ()
 

Public Attributes

lock_t & lock_
 

Constructor & Destructor Documentation

template<class lock_t>
auto_lock_t< lock_t >::auto_lock_t ( lock_t &  lock)
throw (
)
inlineexplicit
template<class lock_t>
auto_lock_t< lock_t >::~auto_lock_t ( )
throw (
)
inline

Member Function Documentation

template<class lock_t>
bool auto_lock_t< lock_t >::isLocked ( )
throw (
)
inline

Member Data Documentation

template<class lock_t>
lock_t& auto_lock_t< lock_t >::lock_