B2BITS FIX Antenna HFT
1.0.15
|
Contains Utils::Guard class declaration. More...
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. | |
Contains Utils::Guard class declaration.