Xbase64 Class Library 3.1.2
xbmindex.h
Go to the documentation of this file.
00001 #ifndef xbMultiIndex_h
00002 #define xbMultiIndex_h
00003 
00004 #include <xbase64/xbase64.h>
00005 
00006 class xbMultiIndex: public xbIndex
00007 {
00008   public:
00009     xbMultiIndex(xbDbf* dbf): xbIndex(dbf) {}
00010     virtual ~xbMultiIndex() {}
00011     virtual xbShort CreateIndex(const char * filename, const char* tag, 
00012          const char* expr, xbShort unique, xbShort overwrite)=0;
00013 };
00014 #endif