assignment delegate, an object which can assign an attribute value to an attribute object
More...
#include <cpp_pthreads/attr.h>
|
| | Assignment (const T &value) |
| | constructs an assignment object from a value More...
|
| |
| int | set (Attr< Base > &attr) const |
| | sets the attribute value of attr to the value stored in this object More...
|
| |
template<class Base, typename T>
struct pthreads::Assignment< Base, T >
assignment delegate, an object which can assign an attribute value to an attribute object
Definition at line 36 of file attr.h.
template<class Base, typename T>
constructs an assignment object from a value
Definition at line 51 of file attr.h.
template<class Base, typename T>
sets the attribute value of attr to the value stored in this object
template<class Base, typename T>
storage for the value to be assigned
Definition at line 48 of file attr.h.
The documentation for this struct was generated from the following file: