#include <nibTwo.h>
Collaboration diagram for nibTwoCache:

Data Fields | |
| nibTwoCache * | next |
| char * | pathName |
| boolean | isTwoBit |
| twoBitFile * | tbf |
| hash * | nibHash |
Definition at line 15 of file nibTwo.h.
struct nibTwoCache* nibTwoCache::next [read] |
| char* nibTwoCache::pathName |
Definition at line 19 of file nibTwo.h.
Referenced by nibTwoCacheFree(), nibTwoCacheNew(), nibTwoCacheSeq(), and nibTwoCacheSeqPartExt().
| boolean nibTwoCache::isTwoBit |
Definition at line 20 of file nibTwo.h.
Referenced by nibTwoCacheFree(), nibTwoCacheNew(), nibTwoCacheSeq(), and nibTwoCacheSeqPartExt().
struct twoBitFile* nibTwoCache::tbf [read] |
Definition at line 21 of file nibTwo.h.
Referenced by nibTwoCacheFree(), nibTwoCacheNew(), nibTwoCacheSeq(), and nibTwoCacheSeqPartExt().
struct hash* nibTwoCache::nibHash [read] |
Definition at line 22 of file nibTwo.h.
Referenced by nibTwoCacheFree(), nibTwoCacheNew(), nibTwoCacheSeq(), and nibTwoCacheSeqPartExt().
1.5.2