#include <coveb-tree.h>
Data Fields | |
uint32_t | _x |
struct vEBMPayloadStatic | _p |
This structure contains a 32-bit unsigned integer key field called _x. It also contains an array of 8 such integers in _p._pl[0] through _p._pl[7]. This structure contains a combination of an integer key and a payload of 1 to 256 bits. It holds the maximum space (32 bytes) as a static type even if the coveb_mq queue actually carries only a smaller number of bits for the payload.
struct vEBMPayloadStatic vEBMPDatum::_p [read] |
payload of 1 to 256 bits, as an array of 8 unsigned 32-bit integers
uint32_t vEBMPDatum::_x |
32-bit unsigned integer key