B2BITS FIX Antenna HFT  1.0.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces
B2BITS_Guard.h File Reference

Contains Utils::Guard class declaration. More...

+ This graph shows which files directly or indirectly include this file:

Classes

class  Utils::Guard< T >
 This template class employs a C++ idiom (described by Bjarne Stroustrup) that uses the constructor to acquire a resource automatically when an object of the class is created and uses the destructor to release the resource automatically when it goes out of scope. More...
 
class  Utils::Unlocker< T >
 Used to temporary unlock mutex Unlocker<Mutex> unlocker (lock_); // guard constructor releases m_lock. More...
 

Namespaces

 Utils
 Utils namespace.
 

Detailed Description

Contains Utils::Guard class declaration.