31 L4::BasicOStream &operator << (L4::BasicOStream &o,
l4_msgtag_t const &tag)
33 L4::IOBackend::Mode m = o.be_mode();
35 << tag.
items() <<
"]";
42 L4::BasicOStream &operator << (L4::BasicOStream &o, L4::Cap<T>
const &cap)
44 o <<
"[C:" << L4::n_hex(cap.cap()) <<
"]";
IOModifier const dec
Modifies the stream to print numbers as decimal values.
Common L4 ABI Data Types.
unsigned words() const
Get the number of untyped words.
L4::Cap related definitions.
long label() const
Get the protocol value.
unsigned items() const
Get the number of typed items.
Message tag data structure.