![]() |
Scanframe Modular Application 0.1.0
|
QSync provides a interface to build classes that act like monitors. More...
#include <QtSync.h>
Classes | |
class | Lock |
Class locking the mutex. More... | |
Protected Member Functions | |
QtSync ()=default | |
Only by inheritance is allowed to create this instance. | |
QtSync (const QtSync &) | |
Copy constructor does not copy the Mutex object, since the new object is not being used in any of its own member functions. This means that the new object must start in an unlocked state. | |
QtSync & | operator= (const QtSync &) |
Does not copy the Mutex object, since the new object is not being used in any of its own member functions. This means that the new object must start in an unlocked state. | |
QSync provides a interface to build classes that act like monitors.
This class does not provide a try lock mechanism
|
protecteddefault |
Only by inheritance is allowed to create this instance.
|
inlineprotected |
Copy constructor does not copy the Mutex object, since the new object is not being used in any of its own member functions. This means that the new object must start in an unlocked state.
Does not copy the Mutex object, since the new object is not being used in any of its own member functions. This means that the new object must start in an unlocked state.