The Mutex class provides a simple wrapper for the C++11 mutex class.
A very simple, and thin wrapper around the C++11 mutex class, allowing for lock, tryLock and unlock.
Marcus D. Hanwell
Public Functions
Obtain an exclusive lock.
Attempt to obtain an exclusive lock.
True on success, false on failure.
Unlocks the lock.
previous
Class Avogadro::Core::MoleculeSerializer
next
Class Avogadro::Core::NameAtomTyper