L4Re - L4 Runtime Environment
|
Template type statically describing the combination of two Demand object. More...
#include <l4/sys/capability>
Additional Inherited Members | |
![]() | |
Demand (unsigned char caps=0, unsigned char flags=0, unsigned char mem=0, unsigned char ports=0) | |
Make Demand object. More... | |
bool | no_demand () const |
Demand | operator| (Demand const &rhs) const |
get the combined demand of this and rhs | |
![]() | |
unsigned char | caps |
number of capability receive buffers. | |
unsigned char | flags |
flags, such as the need for timeouts (TBD). | |
unsigned char | mem |
number of memory receive buffers. | |
unsigned char | ports |
number of IO-port receive buffers. | |
Template type statically describing the combination of two Demand object.
D1 | first demand object. |
D2 | second demand object. |
Definition at line 583 of file __typeinfo.h.