#include <nib.h>
Collaboration diagram for nibInfo:

Data Fields | |
| nibInfo * | next |
| char * | fileName |
| int | size |
| FILE * | f |
Definition at line 91 of file nib.h.
struct nibInfo* nibInfo::next [read] |
| char* nibInfo::fileName |
Definition at line 95 of file nib.h.
Referenced by nibInfoFree(), nibInfoNew(), nibTwoCacheSeq(), and nibTwoCacheSeqPartExt().
| int nibInfo::size |
Definition at line 96 of file nib.h.
Referenced by gfiExpandAndLoadCached(), nibGetSize(), nibInfoNew(), nibTwoCacheSeq(), and nibTwoCacheSeqPartExt().
| FILE* nibInfo::f |
Definition at line 97 of file nib.h.
Referenced by gfiExpandAndLoadCached(), nibInfoFree(), nibInfoNew(), nibTwoCacheSeq(), and nibTwoCacheSeqPartExt().
1.5.2