Xbase64 Class Library  3.1.2
xbmindex.h
Go to the documentation of this file.
1 #ifndef xbMultiIndex_h
2 #define xbMultiIndex_h
3 
4 #include <xbase64/xbase64.h>
5 
6 class xbMultiIndex: public xbIndex
7 {
8  public:
10  virtual ~xbMultiIndex() {}
11  virtual xbShort CreateIndex(const char * filename, const char* tag,
12  const char* expr, xbShort unique, xbShort overwrite)=0;
13 };
14 #endif