cheshirekow
v0.1.0
|
two-way delegate, may assign or retrieve (unsafely) an attribute value of an attribute object More...
#include <cpp_pthreads/attr.h>
Public Member Functions | |
Delegate (Attr< Base > &attr) | |
operator T () | |
int | operator= (T value) |
Public Attributes | |
Attr< Base > & | m_attr |
two-way delegate, may assign or retrieve (unsafely) an attribute value of an attribute object
|
inline |
|
inline |
|
inline |
Attr<Base>& pthreads::Delegate< Base, T >::m_attr |