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
6class 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
xbMH struct
Definition xbdbf.h:190
xbIndex class
Definition xbindex.h:63
xbDbf * dbf
Definition xbindex.h:121
Definition xbmindex.h:7
virtual xbShort CreateIndex(const char *filename, const char *tag, const char *expr, xbShort unique, xbShort overwrite)=0
virtual ~xbMultiIndex()
Definition xbmindex.h:10
xbMultiIndex(xbDbf *dbf)
Definition xbmindex.h:9
short int xbShort
xbShort type
Definition xbtypes.h:60