#include <ReadOnlyPointer.hpp>
Public Member Functions | |
bool | deref () |
void | ref () |
ROPtrInternal (T *value) | |
~ROPtrInternal () | |
Public Attributes | |
os::Mutex | lock |
size_t | readers |
T * | value |
Definition at line 52 of file ReadOnlyPointer.hpp.
|
inline |
Definition at line 58 of file ReadOnlyPointer.hpp.
|
inline |
Definition at line 60 of file ReadOnlyPointer.hpp.
|
inline |
Definition at line 66 of file ReadOnlyPointer.hpp.
|
inline |
Definition at line 62 of file ReadOnlyPointer.hpp.
os::Mutex RTT::extras::ROPtrInternal< T >::lock |
Definition at line 54 of file ReadOnlyPointer.hpp.
size_t RTT::extras::ROPtrInternal< T >::readers |
Definition at line 56 of file ReadOnlyPointer.hpp.
T* RTT::extras::ROPtrInternal< T >::value |
Definition at line 55 of file ReadOnlyPointer.hpp.