summaryrefslogtreecommitdiff
path: root/sigalatvision/doc/html/ttypes_8h-source.html
blob: 62e90a50ca4d2c7ca6b369e50d376a5091f48410 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>ttypes.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body bgcolor="#ffffff">
<!-- Generated by Doxygen 1.2.8.1 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>ttypes.h</h1><a href="ttypes_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <font class="comment">/*</font>
00002 <font class="comment"> * ttypes.h</font>
00003 <font class="comment"> *</font>
00004 <font class="comment"> * Turbo Vision - Version 2.0</font>
00005 <font class="comment"> *</font>
00006 <font class="comment"> * Copyright (c) 1994 by Borland International</font>
00007 <font class="comment"> * All Rights Reserved.</font>
00008 <font class="comment"> *</font>
00009 <font class="comment"> * Modified by Sergio Sigala &lt;sergio@sigala.it&gt;</font>
00010 <font class="comment"> */</font>
00011 
00012 <font class="preprocessor">#if !defined( __TTYPES_H )</font>
00013 <font class="preprocessor"></font><font class="preprocessor">#define __TTYPES_H</font>
00014 <font class="preprocessor"></font>
<a name="l00030"></a><a class="code" href="ttypes_8h.html#a13">00030</a> <font class="keyword">enum</font> Boolean { False, True };
00031 
<a name="l00035"></a><a class="code" href="ttypes_8h.html#a0">00035</a> <font class="keyword">typedef</font> <font class="keywordtype">unsigned</font> <font class="keywordtype">short</font> ushort;
00036 
<a name="l00040"></a><a class="code" href="ttypes_8h.html#a1">00040</a> <font class="keyword">typedef</font> <font class="keywordtype">unsigned</font> <font class="keywordtype">char</font> uchar;
00041 
<a name="l00045"></a><a class="code" href="ttypes_8h.html#a2">00045</a> <font class="keyword">typedef</font> <font class="keywordtype">unsigned</font> <font class="keywordtype">int</font> uint;
00046 
<a name="l00050"></a><a class="code" href="ttypes_8h.html#a3">00050</a> <font class="keyword">typedef</font> <font class="keywordtype">unsigned</font> <font class="keywordtype">long</font> ulong;
00051 
<a name="l00055"></a><a class="code" href="ttypes_8h.html#a4">00055</a> <font class="keyword">const</font> <font class="keywordtype">char</font> EOS = <font class="charliteral">'\0'</font>;
00056 
<a name="l00062"></a><a class="code" href="ttypes_8h.html#a14">00062</a> <font class="keyword">enum</font> StreamableInit { streamableInit };
00063 
00064 <font class="keyword">class </font><a class="code" href="classipstream.html">ipstream</a>;
00065 <font class="keyword">class </font><a class="code" href="classopstream.html">opstream</a>;
00066 <font class="keyword">class </font><a class="code" href="classTStreamable.html">TStreamable</a>;
00067 <font class="keyword">class </font><a class="code" href="classTStreamableTypes.html">TStreamableTypes</a>;
00068 
<a name="l00072"></a><a class="code" href="ttypes_8h.html#a5">00072</a> <font class="keyword">typedef</font> <font class="keywordtype">int</font> ccIndex;
00073 
<a name="l00078"></a><a class="code" href="ttypes_8h.html#a6">00078</a> <font class="keyword">typedef</font> <a class="code" href="ttypes_8h.html#a13">Boolean</a> (*ccTestFunc)( <font class="keywordtype">void</font> *item, <font class="keywordtype">void</font> *arg );
00079 
<a name="l00084"></a><a class="code" href="ttypes_8h.html#a7">00084</a> <font class="keyword">typedef</font> void (*ccAppFunc)( <font class="keywordtype">void</font> *item, <font class="keywordtype">void</font> *arg );
00085 
<a name="l00090"></a><a class="code" href="ttypes_8h.html#a8">00090</a> <font class="keyword">const</font> <font class="keywordtype">int</font> ccNotFound = -1;
00091 
<a name="l00098"></a><a class="code" href="ttypes_8h.html#a9">00098</a> <font class="keyword">extern</font> <font class="keyword">const</font> uchar specialChars[];
00099 
00100 <font class="preprocessor">#endif  // __TTYPES_H</font>
</font></pre></div><hr><address><small>Generated at Sat Sep 22 20:19:12 2001 for TVision by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.gif" alt="doxygen" align="middle" border=0 
width=110 height=53></a>1.2.8.1 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
 &copy;&nbsp;1997-2001</small></address>
</body>
</html>