NVBIO
|
Definition at line 260 of file cram_structs.h.
#include <cram_structs.h>
Public Members | |
int | key |
enum cram_encoding | encoding |
int | offset |
int | size |
struct cram_codec * | codec |
struct cram_map * | next |
struct cram_codec* cram_map::codec |
Definition at line 265 of file cram_structs.h.
enum cram_encoding cram_map::encoding |
Definition at line 262 of file cram_structs.h.
int cram_map::key |
Definition at line 261 of file cram_structs.h.
struct cram_map* cram_map::next |
Definition at line 266 of file cram_structs.h.
int cram_map::offset |
Definition at line 263 of file cram_structs.h.
int cram_map::size |
Definition at line 264 of file cram_structs.h.