cwidget
0.5.17
|
Public Member Functions | |
ptr_box (const T *val) | |
T * | take () |
bool | try_take (const T *&out) |
bool | timed_take (const T *&out, const timespec &until) |
void | put (const T *in) |
bool | try_put (const T *in) |
bool | timed_put (const T *in, const timespec &until) |