Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members   Examples  

arageli.h

00001 /*
00002  Arageli by N.Yu.Zolotykh, 2000, 2002
00003  For version see file version
00004  */
00005 
00064 
00065 #include <iostream.h>
00066 #include "for.h"
00067 
00068 #ifndef ARAGELI_H_
00069 #define ARAGELI_H_
00070 
00071 static const char* Arageli_version = 
00072 #include "version"
00073 ;
00074 
00075 #ifdef __WATCOMC__
00076 #define no_default_arguments no_default_arguments
00077 #endif
00078 
00080 
00081 #if defined(__WATCOMC__)
00082 typedef ostream_withassign ostr;
00083 #else
00084 typedef ostream ostr;
00085 #endif 
00086 
00087 #endif // ARAGELI_H_

Generated at Tue Jan 22 20:37:04 2002 for Arageli by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001