bcf_info_t

INFO field data (§1.4.1 Fixed fields, (8) INFO)

Members

Unions

V1
union V1

integer value float value

Variables

key
int key;

key: numeric tag id, the corresponding string is bcf_hdr_t::idBCF_DT_ID[$key].key

len
int len;

vptr offset, i.e., the size of the INFO key plus size+type bytes indicates that vptr-vptr_off must be freed; set only when modified and the new data block is bigger than the original +//// vector length, 1 for scalar

type
int type;

type: one of BCF_BT_* types

v1
V1 v1;

only set if $len==1; for easier access

vptr
ubyte* vptr;

pointer to data array in bcf1_t->shared.s, excluding the size+type and tag id bytes

vptr_len
uint vptr_len;
Undocumented in source.

Meta