cwidget  0.5.17
Public Member Functions | List of all members
cwidget::threads::ptr_box< T > Class Template Reference

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)
 

The documentation for this class was generated from the following file: