ARB
Main Page
Namespaces
Classes
Files
File List
File Members
ARBDB
gb_load.h
Go to the documentation of this file.
1
// =============================================================== //
2
// //
3
// File : gb_load.h //
4
// Purpose : //
5
// //
6
// Institute of Microbiology (Technical University Munich) //
7
// http://www.arb-home.de/ //
8
// //
9
// =============================================================== //
10
11
#ifndef GB_LOAD_H
12
#define GB_LOAD_H
13
14
#define GB_MAIN_ARRAY_SIZE 4096
15
16
#define A_TO_I(c) if (c>'9') c-='A'-10; else c-='0'; // @@@ design+name are crap
17
18
enum
gb_scan_quicks_types
{
19
GB_SCAN_NO_QUICK
,
20
GB_SCAN_NEW_QUICK
,
21
GB_SCAN_OLD_QUICK
22
};
23
24
struct
gb_scandir
{
25
int
highest_quick_index
;
26
int
newest_quick_index
;
27
unsigned
long
date_of_quick_file
;
28
gb_scan_quicks_types
type
;
// xxx.arb.quick? or xxx.a??
29
};
30
31
32
#else
33
#error gb_load.h included twice
34
#endif // GB_LOAD_H
gb_scandir::date_of_quick_file
unsigned long date_of_quick_file
Definition:
gb_load.h:27
GB_SCAN_OLD_QUICK
Definition:
gb_load.h:21
GB_SCAN_NO_QUICK
Definition:
gb_load.h:19
gb_scandir
Definition:
gb_load.h:24
gb_scandir::highest_quick_index
int highest_quick_index
Definition:
gb_load.h:25
gb_scandir::type
gb_scan_quicks_types type
Definition:
gb_load.h:28
GB_SCAN_NEW_QUICK
Definition:
gb_load.h:20
gb_scandir::newest_quick_index
int newest_quick_index
Definition:
gb_load.h:26
gb_scan_quicks_types
gb_scan_quicks_types
Definition:
gb_load.h:18
Generated by
1.8.8