Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

CalBase.h

Go to the documentation of this file.
00001 
00002 #ifndef CALBASE_H
00003 #define CALBASE_H
00004 
00005 //############################
00006 class CalBase
00007 //############################
00008 {
00009 public:
00010         enum SIDE  {NEG, POS};
00011         enum RANGE {LEX,LE,HEX,HE};
00012 
00013         static SIDE  side(int i);
00014         static RANGE range(int i);
00015 };
00016 
00017 
00018 const int CALNRANGES = 4;
00019 const int CALNSIDES  = 2;
00020 
00021 #endif

Generated on Thu Nov 29 16:38:48 2001 by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001