NVBIO
|
Definition at line 173 of file cram_structs.h.
#include <cram_structs.h>
Public Members | |
enum cram_block_method method | orig_method |
enum cram_content_type | content_type |
int32_t | content_id |
int32_t | comp_size |
int32_t | uncomp_size |
int32_t | idx |
unsigned char * | data |
size_t | alloc |
size_t | byte |
int | bit |
size_t cram_block::alloc |
Definition at line 183 of file cram_structs.h.
int cram_block::bit |
Definition at line 185 of file cram_structs.h.
size_t cram_block::byte |
Definition at line 184 of file cram_structs.h.
int32_t cram_block::comp_size |
Definition at line 177 of file cram_structs.h.
int32_t cram_block::content_id |
Definition at line 176 of file cram_structs.h.
enum cram_content_type cram_block::content_type |
Definition at line 175 of file cram_structs.h.
unsigned char* cram_block::data |
Definition at line 180 of file cram_structs.h.
int32_t cram_block::idx |
Definition at line 179 of file cram_structs.h.
enum cram_block_method method cram_block::orig_method |
Definition at line 174 of file cram_structs.h.
int32_t cram_block::uncomp_size |
Definition at line 178 of file cram_structs.h.