UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
IndexAr.H
1 /* IndexAr.H */
2 /* $Id: IndexAr.H,v 2.1 1999/12/24 15:12:55 hoh Exp $ */
3 #ifndef __IndexAr_H
4 #define __IndexAr_H
5 
6 #include <mix/IntAr.H>
7 #include <mix/DoubleAr.H>
8 // Уже используется, но еще достаточно сырой
9 class IndexAr:public IntAr{
10 protected:
11  DoubleAr* daValues;
12 public:
13  IndexAr(DoubleAr*);
14  virtual Compar compare(const char* item1, const char* item2) const;
15 };
16 
17 
18 #endif /* IndexAr.H */
19 /* Melnikov George Yu. 24-Dec-1999 */
Definition: IntAr.H:14
Definition: IndexAr.H:9
Definition: DoubleAr.H:14