![]() |
Scanframe Modular Application 0.1.0
|
Go to the source code of this file.
Classes | |
class | sf::Sync |
Sync provides a system-independent interface to build classes that act like monitors, i.e., classes in which only one member can execute on a particular instance at any one time. Sync uses Mutex, so it is portable to all platforms that Mutex has been ported to. More... | |
class | sf::Sync::Lock |
Locks the Mutex object in the Sync object. More... | |
Namespaces | |
namespace | sf |