cwidget 0.5.16
Public Member Functions
cwidget::threads::ptr_box< T > Class Template Reference

List of all members.

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)

template<typename T>
class cwidget::threads::ptr_box< T >


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