|
libqi-api
release-2.5.3-2016-11-18
|
#include <property.hpp>
Public Member Functions | |
| ScopedLockReadOnly (const Property< T > &property) | |
| const T & | get () const |
| const T & | operator* () const |
| const T * | operator-> () const |
Provides (locking) exclusive read-only 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 191 of file property.hpp.
|
inline |
Definition at line 195 of file property.hpp.
|
inline |
Definition at line 201 of file property.hpp.
|
inline |
Definition at line 202 of file property.hpp.
|
inline |
Definition at line 203 of file property.hpp.