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

ttypes.h

Go to the documentation of this file.
00001 /*
00002  * ttypes.h
00003  *
00004  * Turbo Vision - Version 2.0
00005  *
00006  * Copyright (c) 1994 by Borland International
00007  * All Rights Reserved.
00008  *
00009  * Modified by Sergio Sigala <sergio@sigala.it>
00010  */
00011 
00012 #if !defined( __TTYPES_H )
00013 #define __TTYPES_H
00014 
00030 enum Boolean { False, True };
00031 
00035 typedef unsigned short ushort;
00036 
00040 typedef unsigned char uchar;
00041 
00045 typedef unsigned int uint;
00046 
00050 typedef unsigned long ulong;
00051 
00055 const char EOS = '\0';
00056 
00062 enum StreamableInit { streamableInit };
00063 
00064 class ipstream;
00065 class opstream;
00066 class TStreamable;
00067 class TStreamableTypes;
00068 
00072 typedef int ccIndex;
00073 
00078 typedef Boolean (*ccTestFunc)( void *item, void *arg );
00079 
00084 typedef void (*ccAppFunc)( void *item, void *arg );
00085 
00090 const int ccNotFound = -1;
00091 
00098 extern const uchar specialChars[];
00099 
00100 #endif  // __TTYPES_H

Generated at Sat Sep 22 20:19:12 2001 for TVision by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001