|
| AtomicReadWait () |
|
| AtomicReadWait (const T &_val) |
|
| ~AtomicReadWait () |
|
T | operator= (const T &_v) |
|
void | set (const T &_value, bool _notify=true) |
|
T | get () |
|
T | getBlocked () |
|
template<typename TypeMemFn > |
void | change (TypeMemFn _memfun) |
|
template<typename TypeMemFn , typename TypeVal1 > |
void | change (TypeMemFn _memfun, const TypeVal1 &_val1) |
|
template<typename TypeMemFn , typename TypeVal1 , typename TypeVal2 > |
void | change (TypeMemFn _memfun, const TypeVal1 &_val1, const TypeVal2 _val2) |
|
| AtomicReadWait () |
|
| AtomicReadWait (const T &_val) |
|
| ~AtomicReadWait () |
|
T | operator= (const T &_v) |
|
void | set (const T &_value, bool _notify=true) |
|
T | get () |
|
T | getBlocked () |
|
template<typename TypeMemFn > |
void | change (TypeMemFn _memfun) |
|
template<typename TypeMemFn , typename TypeVal1 > |
void | change (TypeMemFn _memfun, const TypeVal1 &_val1) |
|
template<typename TypeMemFn , typename TypeVal1 , typename TypeVal2 > |
void | change (TypeMemFn _memfun, const TypeVal1 &_val1, const TypeVal2 _val2) |
|
| AtomicReadWaitBase () |
|
| ~AtomicReadWaitBase () |
|
void | notify () |
|
void | wait () |
|
bool | timedWait (const Nice::Time &_time) |
|
short | readers () |
|
void | terminate () |
|
short | isTerminated () |
|
| AtomicReadWaitBase () |
|
| ~AtomicReadWaitBase () |
|
void | notify () |
|
void | wait () |
|
bool | timedWait (const Nice::Time &_time) |
|
short | readers () |
|
void | terminate () |
|
short | isTerminated () |
|
template<class T>
class Nice::AtomicReadWait< T >
Class with a waiting read.
- Author
- Florian Briegel
- Version
- 11.02.04
- Date
- 2012-08-10 11:04:58 AM