NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Members | List of all members
bcf_info_t Struct Reference

Detailed description

Definition at line 119 of file vcf.h.

#include <vcf.h>

Public Members

int key
 
int type
 
int len
 
union {
   int32_t   i
 
   float   f
 
v1
 
uint8_tvptr
 
uint32_t vptr_len
 
uint32_t vptr_off:31
 
uint32_t vptr_free:1
 

Member Data Documentation

float bcf_info_t::f

Definition at line 124 of file vcf.h.

int32_t bcf_info_t::i

Definition at line 123 of file vcf.h.

int bcf_info_t::key

Definition at line 120 of file vcf.h.

int bcf_info_t::len

Definition at line 121 of file vcf.h.

int bcf_info_t::type

Definition at line 121 of file vcf.h.

union { ... } bcf_info_t::v1
uint8_t* bcf_info_t::vptr

Definition at line 126 of file vcf.h.

uint32_t bcf_info_t::vptr_free

Definition at line 128 of file vcf.h.

uint32_t bcf_info_t::vptr_len

Definition at line 127 of file vcf.h.

uint32_t bcf_info_t::vptr_off

Definition at line 128 of file vcf.h.


The documentation for this struct was generated from the following file: