The GroupIndex Template Library
Main Page | Class Hierarchy | Class List | File List | Class Members

consts.h

00001 const int MODE_CREATE_INDEX = 0;
00002  const int MODE_SEARCH = 1;
00003 const int MODE_UNDEFINED = 2;
00005 const int MODE_MERGE_DELETE = 0;
00007 static const int MODE_MERGE_MAKE_UNIQUE = 1;
00008 static const int MODE_MERGE_IGNORE = 2;
00009 static const int INS_BUFFER_SIZE = 32;
The GroupIndex-Template-Library
Universität Bonn, Institut für Informatik III, 2001