|
libqi-api
release-2.5.3-2016-11-18
|
#include <property.hpp>
Public Member Functions | |
| ScopedLockReadWrite (Property< T > &property) | |
| ~ScopedLockReadWrite () | |
| T & | operator* () |
| T * | operator-> () |
| const T & | operator* () const |
| const T * | operator-> () const |
Provides (locking) exclusive write-enabled access to the value of a property. Locks the internal mutex of the property on construction, releases it on destruction. Behaves like a pointer to the property value.
Definition at line 160 of file property.hpp.
|
inline |
Definition at line 164 of file property.hpp.
|
inline |
Definition at line 170 of file property.hpp.
|
inline |
Definition at line 175 of file property.hpp.
|
inline |
Definition at line 178 of file property.hpp.
|
inline |
Definition at line 176 of file property.hpp.
|
inline |
Definition at line 179 of file property.hpp.