SDL3pp
A slim C++ wrapper for SDL3
|
Wrap the lock state for PropertiesBase.
Public Member Functions | |
constexpr | PropertiesLock ()=default |
Default ctor. | |
PropertiesLock (const PropertiesLock &other)=delete | |
PropertiesLock (PropertiesLock &&other) | |
Move ctor. | |
~PropertiesLock () | |
PropertiesLock & | operator= (PropertiesLock other) |
Assignment operator. | |
constexpr | operator bool () const |
Returns true if lock is active. | |
void | Unlock () |
Unlock a group of properties. | |
Friends | |
class | PropertiesBase |
|
inline |
|
inline |