Go to the documentation of this file.00001 #ifndef UNIQUEINDEX_H
00002 #define UNIQUEINDEX_H
00003
00004 using namespace std;
00005
00006 class UniqueIndex {
00007
00008 public:
00009 int index;
00010 double value;
00011
00012 };
00013
00014 #endif
00015