|
NVBIO
|
Definition at line 563 of file cram_structs.h.
#include <cram_structs.h>
Public Methods | |
| khash_t (refs)*h_meta | |
Public Members | |
| string_alloc_t * | pool |
| ref_entry ** | ref_id |
| int | nref |
| char * | fn |
| FILE * | fp |
| int | count |
| pthread_mutex_t | lock |
| ref_entry * | last |
| int | last_id |
| refs_t::khash_t | ( | refs | ) |
| int refs_t::count |
Definition at line 573 of file cram_structs.h.
| char* refs_t::fn |
Definition at line 570 of file cram_structs.h.
| FILE* refs_t::fp |
Definition at line 571 of file cram_structs.h.
| ref_entry* refs_t::last |
Definition at line 576 of file cram_structs.h.
| int refs_t::last_id |
Definition at line 577 of file cram_structs.h.
| pthread_mutex_t refs_t::lock |
Definition at line 575 of file cram_structs.h.
| int refs_t::nref |
Definition at line 568 of file cram_structs.h.
| string_alloc_t* refs_t::pool |
Definition at line 564 of file cram_structs.h.
| ref_entry** refs_t::ref_id |
Definition at line 567 of file cram_structs.h.
1.8.4