-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclassLString.html
executable file
·208 lines (184 loc) · 10.4 KB
/
classLString.html
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Lisp: LString Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.3 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>LString Class Reference</h1><!-- doxytag: class="LString" --><!-- doxytag: inherits="Elem" -->
<p>Datový typ pro řetězce.
<a href="#_details">More...</a></p>
<p><code>#include <<a class="el" href="datetypes_8h_source.html">datetypes.h</a>></code></p>
<div class="dynheader">
Inheritance diagram for LString:</div>
<div class="dynsection">
<div class="center"><img src="classLString__inherit__graph.png" border="0" usemap="#LString_inherit__map" alt="Inheritance graph"/></div>
<map name="LString_inherit__map" id="LString_inherit__map">
<area shape="rect" href="classElem.html" title="Abstraktní prataťka všech datových typů." alt="" coords="5,5,96,168"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<div class="dynheader">
Collaboration diagram for LString:</div>
<div class="dynsection">
<div class="center"><img src="classLString__coll__graph.png" border="0" usemap="#LString_coll__map" alt="Collaboration graph"/></div>
<map name="LString_coll__map" id="LString_coll__map">
<area shape="rect" href="classElem.html" title="Abstraktní prataťka všech datových typů." alt="" coords="5,5,96,168"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<p><a href="classLString-members.html">List of all members.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classLString.html#a5c850380aa96355a5f9d554b0d1deb69">LString</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classLString.html#ab047ad6b4ae115e33a1de6d130e7072f">LString</a> (string &tokRepr)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual string </td><td class="memItemRight" valign="bottom"><a class="el" href="classLString.html#aaf8538af6ce4ddbe0d0b67ce01a5a2b8">printable</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual string </td><td class="memItemRight" valign="bottom"><a class="el" href="classLString.html#a42ef685886598a09986b86f352b4a729">whois</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="classElem.html">Elem</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classLString.html#a800eb863a76c77239668310fc293319d">copy</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Vrátí kopii objektu. <a href="#a800eb863a76c77239668310fc293319d"></a><br/></td></tr>
<tr><td colspan="2"><h2>Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">string </td><td class="memItemRight" valign="bottom"><a class="el" href="classLString.html#a16845c1f2094a67d4915c0d624118e7e">repr</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">vnitřní reprezentace řetezce <a href="#a16845c1f2094a67d4915c0d624118e7e"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Datový typ pro řetězce. </p>
<p>Definition at line <a class="el" href="datetypes_8h_source.html#l00120">120</a> of file <a class="el" href="datetypes_8h_source.html">datetypes.h</a>.</p>
<hr/><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" id="a5c850380aa96355a5f9d554b0d1deb69"></a><!-- doxytag: member="LString::LString" ref="a5c850380aa96355a5f9d554b0d1deb69" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">LString::LString </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="datetypes_8h_source.html#l00123">123</a> of file <a class="el" href="datetypes_8h_source.html">datetypes.h</a>.</p>
</div>
</div>
<a class="anchor" id="ab047ad6b4ae115e33a1de6d130e7072f"></a><!-- doxytag: member="LString::LString" ref="ab047ad6b4ae115e33a1de6d130e7072f" args="(string &tokRepr)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">LString::LString </td>
<td>(</td>
<td class="paramtype">string & </td>
<td class="paramname"> <em>tokRepr</em></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="datetypes_8cpp_source.html#l00186">186</a> of file <a class="el" href="datetypes_8cpp_source.html">datetypes.cpp</a>.</p>
<p>References <a class="el" href="datetypes_8h_source.html#l00132">repr</a>.</p>
</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="aaf8538af6ce4ddbe0d0b67ce01a5a2b8"></a><!-- doxytag: member="LString::printable" ref="aaf8538af6ce4ddbe0d0b67ce01a5a2b8" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">string LString::printable </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td><code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Vrátí tisknutelnou reprezentaci <a class="el" href="classElem.html" title="Abstraktní prataťka všech datových typů.">Elem</a>. Je používáno při debuggingu a funkcí print </p>
<p>Implements <a class="el" href="classElem.html#a693e03c8d35fc03845954424a0dbcc82">Elem</a>.</p>
<p>Definition at line <a class="el" href="datetypes_8cpp_source.html#l00166">166</a> of file <a class="el" href="datetypes_8cpp_source.html">datetypes.cpp</a>.</p>
<p>References <a class="el" href="datetypes_8h_source.html#l00132">repr</a>.</p>
</div>
</div>
<a class="anchor" id="a42ef685886598a09986b86f352b4a729"></a><!-- doxytag: member="LString::whois" ref="a42ef685886598a09986b86f352b4a729" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">string LString::whois </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td><code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>funkce <a class="el" href="classLString.html#a42ef685886598a09986b86f352b4a729">whois()</a> vrátí textový identifikátor datového typu. Používá se kvůli dynamickému typování lispu </p>
<p>Implements <a class="el" href="classElem.html#a5c428768ded97394c9adcd82aad5da8a">Elem</a>.</p>
<p>Definition at line <a class="el" href="datetypes_8cpp_source.html#l00174">174</a> of file <a class="el" href="datetypes_8cpp_source.html">datetypes.cpp</a>.</p>
</div>
</div>
<a class="anchor" id="a800eb863a76c77239668310fc293319d"></a><!-- doxytag: member="LString::copy" ref="a800eb863a76c77239668310fc293319d" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classElem.html">Elem</a> * LString::copy </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td><code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Vrátí kopii objektu. </p>
<p>Implements <a class="el" href="classElem.html#a807c4e211a1c88a9b753e8965af91ace">Elem</a>.</p>
<p>Definition at line <a class="el" href="datetypes_8cpp_source.html#l00178">178</a> of file <a class="el" href="datetypes_8cpp_source.html">datetypes.cpp</a>.</p>
<p>References <a class="el" href="datetypes_8h_source.html#l00132">repr</a>.</p>
</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="a16845c1f2094a67d4915c0d624118e7e"></a><!-- doxytag: member="LString::repr" ref="a16845c1f2094a67d4915c0d624118e7e" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">string <a class="el" href="classLString.html#a16845c1f2094a67d4915c0d624118e7e">LString::repr</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>vnitřní reprezentace řetezce </p>
<p>Definition at line <a class="el" href="datetypes_8h_source.html#l00132">132</a> of file <a class="el" href="datetypes_8h_source.html">datetypes.h</a>.</p>
<p>Referenced by <a class="el" href="datetypes_8cpp_source.html#l00178">copy()</a>, <a class="el" href="stdlibc_8h_source.html#l00473">lequeal()</a>, <a class="el" href="datetypes_8cpp_source.html#l00186">LString()</a>, <a class="el" href="stdlibc_8h_source.html#l00282">parsec()</a>, <a class="el" href="datetypes_8cpp_source.html#l00166">printable()</a>, and <a class="el" href="stdlibc_8h_source.html#l00295">readfilec()</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="datetypes_8h_source.html">datetypes.h</a></li>
<li><a class="el" href="datetypes_8cpp_source.html">datetypes.cpp</a></li>
</ul>
</div>
<hr class="footer"/><address style="text-align: right;"><small>Generated on Tue May 24 16:12:18 2011 for Lisp by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address>
</body>
</html>