|
Sparkle 0.0.1
|
Base for objects requiring deferred synchronization hooks. More...
#include <spk_synchronizable_object.hpp>


Public Member Functions | |
| void | requestSynchronization () noexcept |
| Marks the object as needing synchronization. | |
| bool | needsSynchronization () const noexcept |
| Checks if synchronization is pending. | |
| void | synchronize () |
| Performs synchronization if requested. | |
| void | forceSynchronization () |
| Forces synchronization regardless of current flag. | |
Base for objects requiring deferred synchronization hooks.
|
inlinenoexcept |
Checks if synchronization is pending.