This structure is used in conjunction with fid_Projectfile. It stores information about the input files that were used to produce the enhanced suffix array project.
Definition at line 31 of file dbfiles.h.
#include <dbfiles.h>
Data Fields | |
char * | name |
Name of the database file. | |
fid_Uint64 | inputfile_length |
Length of the database file. | |
fid_Uint64 | sequence_length |
Length of the sequence portion in the database file. |
char* fid_DBfileinfo::name |
Name of the database file.
Definition at line 33 of file dbfiles.h.
Referenced by fid_projectfile_dump(), and fid_projectfile_write().
Length of the database file.
Definition at line 34 of file dbfiles.h.
Referenced by fid_projectfile_dump(), and fid_projectfile_write().
Length of the sequence portion in the database file.
Definition at line 35 of file dbfiles.h.
Referenced by fid_projectfile_dump(), and fid_projectfile_write().