-
Notifications
You must be signed in to change notification settings - Fork 1
/
AllClasses.html
347 lines (346 loc) · 23.3 KB
/
AllClasses.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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
<!DOCTYPE html>
<html lang="en">
<head>
<title>Brook Tardigrade: All Classes, Interfaces, Objects and Records</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="PasDoc 0.16.0">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="tipuesearch/tipuesearch.css">
<link rel="StyleSheet" type="text/css" href="pasdoc.css">
</head>
<body>
<div class="container"><div class="navigation">
<h2><a href="index.html">Brook Tardigrade</a></h2><ul><li><a href="AllUnits.html">Units</a></li><li><a href="ClassHierarchy.html">Class Hierarchy</a></li><li><a href="AllClasses.html">Classes, Interfaces, Objects and Records</a></li><li><a href="AllTypes.html">Types</a></li><li><a href="AllVariables.html">Variables</a></li><li><a href="AllConstants.html">Constants</a></li><li><a href="AllFunctions.html">Functions and Procedures</a></li><li><a href="AllIdentifiers.html">Identifiers</a></li><li><form class="search-form" action="tipue_results.html"><div class="search-input"><input type="text" name="q" id="tipue_search_input" pattern=".{3,}" title="At least 3 characters" required><div class="search-button"><input type="button" id="tipue_search_button" onclick="this.form.submit();"></div></div></form>
<div style="clear: both"></div>
</li></ul></div><div class="content">
<h1 class="allitems">All Classes, Interfaces, Objects and Records</h1>
<table class="itemstable wide_list">
<tr class="listheader">
<th class="itemname">Name</th>
<th class="itemunit">Unit</th>
<th class="itemdesc">Description</th>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookUtility.Brook.html">Brook</a></td>
<td class="itemunit"><a class="bold" href="BrookUtility.html">BrookUtility</a></td>
<td class="itemdesc"><p>Global <code>Brook</code> object containing general purpose functions.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookHTTPCookies.EBrookHTTPCookie.html">EBrookHTTPCookie</a></td>
<td class="itemunit"><a class="bold" href="BrookHTTPCookies.html">BrookHTTPCookies</a></td>
<td class="itemdesc"><p>Handles exceptions related to HTTP cookies classes.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookHTTPResponse.EBrookHTTPResponse.html">EBrookHTTPResponse</a></td>
<td class="itemunit"><a class="bold" href="BrookHTTPResponse.html">BrookHTTPResponse</a></td>
<td class="itemdesc"><p>Handles exceptions related to response class.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookHTTPServer.EBrookHTTPServer.html">EBrookHTTPServer</a></td>
<td class="itemunit"><a class="bold" href="BrookHTTPServer.html">BrookHTTPServer</a></td>
<td class="itemdesc"><p>Handles exceptions related to HTTP server.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookHTTPServer.EBrookHTTPServerSecurity.html">EBrookHTTPServerSecurity</a></td>
<td class="itemunit"><a class="bold" href="BrookHTTPServer.html">BrookHTTPServer</a></td>
<td class="itemdesc"><p>Handles exceptions related to HTTP server security.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookMediaTypes.EBrookMediaTypes.html">EBrookMediaTypes</a></td>
<td class="itemunit"><a class="bold" href="BrookMediaTypes.html">BrookMediaTypes</a></td>
<td class="itemdesc"><p>Handles exceptions related to media type classes.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookURLEntryPoints.EBrookURLEntryPoint.html">EBrookURLEntryPoint</a></td>
<td class="itemunit"><a class="bold" href="BrookURLEntryPoints.html">BrookURLEntryPoints</a></td>
<td class="itemdesc"><p>Handles exceptions related to entry-point classes.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookURLEntryPoints.EBrookURLEntryPointList.html">EBrookURLEntryPointList</a></td>
<td class="itemunit"><a class="bold" href="BrookURLEntryPoints.html">BrookURLEntryPoints</a></td>
<td class="itemdesc"><p>Handles exceptions related to URL entry-point list.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookURLRouter.EBrookURLRoute.html">EBrookURLRoute</a></td>
<td class="itemunit"><a class="bold" href="BrookURLRouter.html">BrookURLRouter</a></td>
<td class="itemdesc"><p>Handles exceptions related to route classes.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookURLRouter.EBrookURLRoutes.html">EBrookURLRoutes</a></td>
<td class="itemunit"><a class="bold" href="BrookURLRouter.html">BrookURLRouter</a></td>
<td class="itemdesc"><p>Handles exceptions related to routes classes.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookUtility.Sagui.html">Sagui</a></td>
<td class="itemunit"><a class="bold" href="BrookUtility.html">BrookUtility</a></td>
<td class="itemdesc"><p>Global <code>Sagui</code> object containing general purpose functions.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookReader.TBrookBaseReader.html">TBrookBaseReader</a></td>
<td class="itemunit"><a class="bold" href="BrookReader.html">BrookReader</a></td>
<td class="itemdesc"><p>Base proxied line reader.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookReader.TBrookFileReader.html">TBrookFileReader</a></td>
<td class="itemunit"><a class="bold" href="BrookReader.html">BrookReader</a></td>
<td class="itemdesc"><p>File line reader.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookHandledClasses.TBrookHandledCollectionItem.html">TBrookHandledCollectionItem</a></td>
<td class="itemunit"><a class="bold" href="BrookHandledClasses.html">BrookHandledClasses</a></td>
<td class="itemdesc"><p>The base handled collection item.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookHandledClasses.TBrookHandledComponent.html">TBrookHandledComponent</a></td>
<td class="itemunit"><a class="bold" href="BrookHandledClasses.html">BrookHandledClasses</a></td>
<td class="itemdesc"><p>The base handled component.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookHandledClasses.TBrookHandledOwnedCollection.html">TBrookHandledOwnedCollection</a></td>
<td class="itemunit"><a class="bold" href="BrookHandledClasses.html">BrookHandledClasses</a></td>
<td class="itemdesc"><p>The base handled collection.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookHandledClasses.TBrookHandledPersistent.html">TBrookHandledPersistent</a></td>
<td class="itemunit"><a class="bold" href="BrookHandledClasses.html">BrookHandledClasses</a></td>
<td class="itemdesc"><p>The base handled persistent.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookHTTPAuthentication.TBrookHTTPAuthentication.html">TBrookHTTPAuthentication</a></td>
<td class="itemunit"><a class="bold" href="BrookHTTPAuthentication.html">BrookHTTPAuthentication</a></td>
<td class="itemdesc"><p>Management class to grant, <a class="normal" href="BrookHTTPAuthentication.TBrookHTTPAuthentication.html#Deny">deny</a>, <a class="normal" href="BrookHTTPAuthentication.TBrookHTTPAuthentication.html#Cancel">cancel</a> an authentication.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookHTTPCookies.TBrookHTTPCookie.html">TBrookHTTPCookie</a></td>
<td class="itemunit"><a class="bold" href="BrookHTTPCookies.html">BrookHTTPCookies</a></td>
<td class="itemdesc"><p>Server side HTTP cookie item.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookHTTPCookies.TBrookHTTPCookies.html">TBrookHTTPCookies</a></td>
<td class="itemunit"><a class="bold" href="BrookHTTPCookies.html">BrookHTTPCookies</a></td>
<td class="itemdesc"><p>Server side HTTP cookie list.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookHTTPCookies.TBrookHTTPCookiesEnumerator.html">TBrookHTTPCookiesEnumerator</a></td>
<td class="itemunit"><a class="bold" href="BrookHTTPCookies.html">BrookHTTPCookies</a></td>
<td class="itemdesc"><p>List enumerator for <code><a class="normal" href="BrookHTTPCookies.TBrookHTTPCookies.html">TBrookHTTPCookies</a></code>.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookHTTPAuthentication.TBrookHTTPCredentials.html">TBrookHTTPCredentials</a></td>
<td class="itemunit"><a class="bold" href="BrookHTTPAuthentication.html">BrookHTTPAuthentication</a></td>
<td class="itemdesc"><p>Class which holds the user authentication credentials.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookHTTPRequest.TBrookHTTPRequest.html">TBrookHTTPRequest</a></td>
<td class="itemunit"><a class="bold" href="BrookHTTPRequest.html">BrookHTTPRequest</a></td>
<td class="itemdesc"><p>Class which provides <a class="normal" href="BrookHTTPRequest.TBrookHTTPRequest.html#Headers">headers</a>, <a class="normal" href="BrookHTTPRequest.TBrookHTTPRequest.html#Cookies">cookies</a>, query-string, <a class="normal" href="BrookHTTPRequest.TBrookHTTPRequest.html#Fields">fields</a>, payloads, <a class="normal" href="BrookHTTPRequest.TBrookHTTPRequest.html#Uploads">uploads</a> and other data sent by the <a class="normal" href="BrookHTTPRequest.TBrookHTTPRequest.html#Client">client</a>.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookUtility.TBrookHTTPRequestMethodHelper.html">TBrookHTTPRequestMethodHelper</a></td>
<td class="itemunit"><a class="bold" href="BrookUtility.html">BrookUtility</a></td>
<td class="itemdesc"><p>Type helper for HTTP verb conversion.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookHTTPResponse.TBrookHTTPResponse.html">TBrookHTTPResponse</a></td>
<td class="itemunit"><a class="bold" href="BrookHTTPResponse.html">BrookHTTPResponse</a></td>
<td class="itemdesc"><p>Class which dispatches <a class="normal" href="BrookHTTPResponse.TBrookHTTPResponse.html#Headers">headers</a>, contents, binaries, files and other data to the client.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookHTTPServer.TBrookHTTPServer.html">TBrookHTTPServer</a></td>
<td class="itemunit"><a class="bold" href="BrookHTTPServer.html">BrookHTTPServer</a></td>
<td class="itemdesc"><p>Fast event-driven HTTP(S) server class.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookHTTPServer.TBrookHTTPServerSecurity.html">TBrookHTTPServerSecurity</a></td>
<td class="itemunit"><a class="bold" href="BrookHTTPServer.html">BrookHTTPServer</a></td>
<td class="itemdesc"><p>Class which holds the TLS properties for the HTTPS server.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookHTTPUploads.TBrookHTTPUpload.html">TBrookHTTPUpload</a></td>
<td class="itemunit"><a class="bold" href="BrookHTTPUploads.html">BrookHTTPUploads</a></td>
<td class="itemdesc"><p>Structured type which holds the upload properties and allows to <a class="normal" href="BrookHTTPUploads.TBrookHTTPUpload.html#Save">save</a> the uploaded file.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookHTTPUploads.TBrookHTTPUploads.html">TBrookHTTPUploads</a></td>
<td class="itemunit"><a class="bold" href="BrookHTTPUploads.html">BrookHTTPUploads</a></td>
<td class="itemdesc"><p>Uploads list which contains all uploaded files and form fields.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookHTTPUploads.TBrookHTTPUploadsEnumerator.html">TBrookHTTPUploadsEnumerator</a></td>
<td class="itemunit"><a class="bold" href="BrookHTTPUploads.html">BrookHTTPUploads</a></td>
<td class="itemdesc"><p>Enumerator used to iterate the map <code><a class="normal" href="BrookHTTPUploads.TBrookHTTPUpload.html">TBrookHTTPUpload</a></code>.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookLibraryLoader.TBrookLibraryLoader.html">TBrookLibraryLoader</a></td>
<td class="itemunit"><a class="bold" href="BrookLibraryLoader.html">BrookLibraryLoader</a></td>
<td class="itemdesc"><p>Class for dynamic library loading.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookUtility.TBrookLocker.html">TBrookLocker</a></td>
<td class="itemunit"><a class="bold" href="BrookUtility.html">BrookUtility</a></td>
<td class="itemdesc"><p>Allows to <a class="normal" href="BrookUtility.TBrookLocker.html#Lock">lock</a> other threads from accessing a block of code.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookLogger.TBrookLogger.html">TBrookLogger</a></td>
<td class="itemunit"><a class="bold" href="BrookLogger.html">BrookLogger</a></td>
<td class="itemdesc"><p>Component that writes <a class="normal" href="BrookLogger.TBrookLogger.html#Log">log</a> to a predefined <a class="normal" href="BrookLogger.TBrookLogger.html#Output">output</a> type.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookLogger.TBrookLoggerLevels.html">TBrookLoggerLevels</a></td>
<td class="itemunit"><a class="bold" href="BrookLogger.html">BrookLogger</a></td>
<td class="itemdesc"><p>Class that retains the log levels.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookLogger.TBrookLoggerOutput.html">TBrookLoggerOutput</a></td>
<td class="itemunit"><a class="bold" href="BrookLogger.html">BrookLogger</a></td>
<td class="itemdesc"><p>Abstract class for logger output.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookLogger.TBrookLoggerOutputConsole.html">TBrookLoggerOutputConsole</a></td>
<td class="itemunit"><a class="bold" href="BrookLogger.html">BrookLogger</a></td>
<td class="itemdesc"><p>Class for console logger output.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookLogger.TBrookLoggerOutputFile.html">TBrookLoggerOutputFile</a></td>
<td class="itemunit"><a class="bold" href="BrookLogger.html">BrookLogger</a></td>
<td class="itemdesc"><p>Class for file logger output.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookMathExpression.TBrookMathExpression.html">TBrookMathExpression</a></td>
<td class="itemunit"><a class="bold" href="BrookMathExpression.html">BrookMathExpression</a></td>
<td class="itemdesc"><p>Mathematical <a class="normal" href="BrookMathExpression.TBrookMathExpression.html#Expression">expression</a> evaluator.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookMathExpression.TBrookMathExpressionError.html">TBrookMathExpressionError</a></td>
<td class="itemunit"><a class="bold" href="BrookMathExpression.html">BrookMathExpression</a></td>
<td class="itemdesc"><p>Structured type which holds the mathematical expression errors.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookMathExpression.TBrookMathExpressionExtension.html">TBrookMathExpressionExtension</a></td>
<td class="itemunit"><a class="bold" href="BrookMathExpression.html">BrookMathExpression</a></td>
<td class="itemdesc"><p>Structured type which holds the properties of a math expression extension.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookMediaTypes.TBrookMediaTypes.html">TBrookMediaTypes</a></td>
<td class="itemunit"><a class="bold" href="BrookMediaTypes.html">BrookMediaTypes</a></td>
<td class="itemdesc"><p>Cached abstract class to register, <a class="normal" href="BrookMediaTypes.TBrookMediaTypes.html#Add">add</a>, <a class="normal" href="BrookMediaTypes.TBrookMediaTypes.html#Remove">remove</a>, <a class="normal" href="BrookMediaTypes.TBrookMediaTypes.html#Find">find</a> a media type.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookMediaTypes.TBrookMediaTypesApache.html">TBrookMediaTypesApache</a></td>
<td class="itemunit"><a class="bold" href="BrookMediaTypes.html">BrookMediaTypes</a></td>
<td class="itemdesc"><p>Media types provider from the <a href="https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types">Apache mime.types</a>.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookMediaTypes.TBrookMediaTypesNginx.html">TBrookMediaTypesNginx</a></td>
<td class="itemunit"><a class="bold" href="BrookMediaTypes.html">BrookMediaTypes</a></td>
<td class="itemdesc"><p>Media types provider from the <a href="https://github.com/nginx/nginx/blob/master/conf/mime.types">Nginx mime.types</a>.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookMediaTypes.TBrookMediaTypesParser.html">TBrookMediaTypesParser</a></td>
<td class="itemunit"><a class="bold" href="BrookMediaTypes.html">BrookMediaTypes</a></td>
<td class="itemdesc"><p>Base class containing a basic media <a class="normal" href="BrookMediaTypes.TBrookMediaTypesParser.html#Types">types</a> parser.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookMediaTypes.TBrookMediaTypesParserNginx.html">TBrookMediaTypesParserNginx</a></td>
<td class="itemunit"><a class="bold" href="BrookMediaTypes.html">BrookMediaTypes</a></td>
<td class="itemdesc"><p>Media <a class="normal" href="BrookMediaTypes.TBrookMediaTypesParser.html#Types">types</a> parser for <a href="https://github.com/nginx/nginx/blob/master/conf/mime.types">Nginx mime.types</a>.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookMediaTypes.TBrookMediaTypesPath.html">TBrookMediaTypesPath</a></td>
<td class="itemunit"><a class="bold" href="BrookMediaTypes.html">BrookMediaTypes</a></td>
<td class="itemdesc"><p>Media types provider from the <code>mime.types</code> file.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookMediaTypes.TBrookMediaTypesUnix.html">TBrookMediaTypesUnix</a></td>
<td class="itemunit"><a class="bold" href="BrookMediaTypes.html">BrookMediaTypes</a></td>
<td class="itemdesc"><p>Media types provider from the <code>/etc/mime.types</code>.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookMediaTypes.TBrookMediaTypesWindows.html">TBrookMediaTypesWindows</a></td>
<td class="itemunit"><a class="bold" href="BrookMediaTypes.html">BrookMediaTypes</a></td>
<td class="itemdesc"><p>Media types provider from the Windows registry.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookMediaTypes.TBrookMIME.html">TBrookMIME</a></td>
<td class="itemunit"><a class="bold" href="BrookMediaTypes.html">BrookMediaTypes</a></td>
<td class="itemdesc"><p>Provides all registered media <a class="normal" href="BrookMediaTypes.TBrookMIME.html#Types">types</a> in any supported platform.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookReader.TBrookStreamReader.html">TBrookStreamReader</a></td>
<td class="itemunit"><a class="bold" href="BrookReader.html">BrookReader</a></td>
<td class="itemdesc"><p>Line reader which uses <a class="normal" href="BrookReader.TBrookStreamReader.html#Stream">stream</a> as source of lines.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookString.TBrookString.html">TBrookString</a></td>
<td class="itemunit"><a class="bold" href="BrookString.html">BrookString</a></td>
<td class="itemdesc"><p>String buffer class and its related methods.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookStringMap.TBrookStringMap.html">TBrookStringMap</a></td>
<td class="itemunit"><a class="bold" href="BrookStringMap.html">BrookStringMap</a></td>
<td class="itemdesc"><p>String map class and its related methods.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookStringMap.TBrookStringMapEnumerator.html">TBrookStringMapEnumerator</a></td>
<td class="itemunit"><a class="bold" href="BrookStringMap.html">BrookStringMap</a></td>
<td class="itemdesc"><p>Enumerator used to iterate the map <code><a class="normal" href="BrookStringMap.TBrookStringMap.html">TBrookStringMap</a></code>.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookStringMap.TBrookStringPair.html">TBrookStringPair</a></td>
<td class="itemunit"><a class="bold" href="BrookStringMap.html">BrookStringMap</a></td>
<td class="itemdesc"><p>Pair item of <code><a class="normal" href="BrookStringMap.TBrookStringMap.html">TBrookStringMap</a></code>.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookReader.TBrookStringReader.html">TBrookStringReader</a></td>
<td class="itemunit"><a class="bold" href="BrookReader.html">BrookReader</a></td>
<td class="itemdesc"><p>String line reader.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookReader.TBrookTextReader.html">TBrookTextReader</a></td>
<td class="itemunit"><a class="bold" href="BrookReader.html">BrookReader</a></td>
<td class="itemdesc"><p>Abstract class for line reader.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookURLEntryPoints.TBrookURLEntryPoint.html">TBrookURLEntryPoint</a></td>
<td class="itemunit"><a class="bold" href="BrookURLEntryPoints.html">BrookURLEntryPoints</a></td>
<td class="itemdesc"><p>Class to represent a URL entry-point item.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookURLEntryPoints.TBrookURLEntryPointList.html">TBrookURLEntryPointList</a></td>
<td class="itemunit"><a class="bold" href="BrookURLEntryPoints.html">BrookURLEntryPoints</a></td>
<td class="itemdesc"><p>Class to represent an list of URL entry-points.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookURLEntryPoints.TBrookURLEntryPointListEnumerator.html">TBrookURLEntryPointListEnumerator</a></td>
<td class="itemunit"><a class="bold" href="BrookURLEntryPoints.html">BrookURLEntryPoints</a></td>
<td class="itemdesc"><p>List enumerator for <code><a class="normal" href="BrookURLEntryPoints.TBrookURLEntryPointList.html">TBrookURLEntryPointList</a></code>.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookURLEntryPoints.TBrookURLEntryPoints.html">TBrookURLEntryPoints</a></td>
<td class="itemunit"><a class="bold" href="BrookURLEntryPoints.html">BrookURLEntryPoints</a></td>
<td class="itemdesc"><p>URL entry-points component.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookURLRouter.TBrookURLRoute.html">TBrookURLRoute</a></td>
<td class="itemunit"><a class="bold" href="BrookURLRouter.html">BrookURLRouter</a></td>
<td class="itemdesc"><p>Class to represent a URL route item.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookURLRouter.TBrookURLRouter.html">TBrookURLRouter</a></td>
<td class="itemunit"><a class="bold" href="BrookURLRouter.html">BrookURLRouter</a></td>
<td class="itemdesc"><p>URL router component.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookURLRouter.TBrookURLRoutes.html">TBrookURLRoutes</a></td>
<td class="itemunit"><a class="bold" href="BrookURLRouter.html">BrookURLRouter</a></td>
<td class="itemdesc"><p>Class to represent an list of URL routes.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookURLRouter.TBrookURLRoutesEnumerator.html">TBrookURLRoutesEnumerator</a></td>
<td class="itemunit"><a class="bold" href="BrookURLRouter.html">BrookURLRouter</a></td>
<td class="itemdesc"><p>List enumerator for <code><a class="normal" href="BrookURLRouter.TBrookURLRoutes.html">TBrookURLRoutes</a></code>.</p></td>
</tr>
</table>
<hr><span class="appinfo"><em>Generated by <a href="https://pasdoc.github.io/">PasDoc 0.16.0</a>. </em>
</span>
</div></div></body></html>