File: functions.html

package info (click to toggle)
incron 0.5.10-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,560 kB
  • sloc: cpp: 3,045; makefile: 108; sh: 84
file content (592 lines) | stat: -rw-r--r-- 21,724 bytes parent folder | download | duplicates (4)
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
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
<!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>incron: Class Members</title>

<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />



</head>
<body>
<div id="top"><!-- do not remove this div! -->


<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  
  
  <td style="padding-left: 0.5em;">
   <div id="projectname">incron
   &#160;<span id="projectnumber">0.5.10</span>
   </div>
   
  </td>
  
  
  
 </tr>
 </tbody>
</table>
</div>

<!-- Generated by Doxygen 1.7.5.1 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;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 id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
      <li class="current"><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
  <div id="navrow3" class="tabs2">
    <ul class="tablist">
      <li class="current"><a href="functions.html"><span>All</span></a></li>
      <li><a href="functions_func.html"><span>Functions</span></a></li>
      <li><a href="functions_vars.html"><span>Variables</span></a></li>
      <li><a href="functions_rela.html"><span>Related&#160;Functions</span></a></li>
    </ul>
  </div>
  <div id="navrow4" class="tabs3">
    <ul class="tablist">
      <li><a href="#index_a"><span>a</span></a></li>
      <li><a href="#index_b"><span>b</span></a></li>
      <li><a href="#index_c"><span>c</span></a></li>
      <li><a href="#index_d"><span>d</span></a></li>
      <li><a href="#index_e"><span>e</span></a></li>
      <li><a href="#index_f"><span>f</span></a></li>
      <li><a href="#index_g"><span>g</span></a></li>
      <li><a href="#index_h"><span>h</span></a></li>
      <li><a href="#index_i"><span>i</span></a></li>
      <li><a href="#index_l"><span>l</span></a></li>
      <li><a href="#index_m"><span>m</span></a></li>
      <li><a href="#index_o"><span>o</span></a></li>
      <li><a href="#index_p"><span>p</span></a></li>
      <li><a href="#index_r"><span>r</span></a></li>
      <li><a href="#index_s"><span>s</span></a></li>
      <li><a href="#index_t"><span>t</span></a></li>
      <li><a href="#index_u"><span>u</span></a></li>
      <li><a href="#index_v"><span>v</span></a></li>
      <li><a href="#index_w"><span>w</span></a></li>
      <li><a href="#index_0x7e"><span>~</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<div class="textblock">Here is a list of all class members with links to the classes they belong to:</div>

<h3><a class="anchor" id="index_a"></a>- a -</h3><ul>
<li>Add()
: <a class="el" href="classIncronTab.html#af54355a6241c05ac955486d47f18fb50">IncronTab</a>
, <a class="el" href="classInotify.html#a2ef771ebaf982d76ebe19b3f5bc9cd83">Inotify</a>
</li>
<li>AddOption()
: <a class="el" href="classAppArgs.html#ab19a36ff2e25a416415309b8224bbab1">AppArgs</a>
</li>
<li>AppInstance()
: <a class="el" href="classAppInstance.html#a2a449bd473f7f01a790c6ec6332de422">AppInstance</a>
</li>
<li>AppInstException()
: <a class="el" href="classAppInstException.html#a88b045356af72977294f1a5599f77697">AppInstException</a>
</li>
</ul>


<h3><a class="anchor" id="index_b"></a>- b -</h3><ul>
<li>BuildPath()
: <a class="el" href="classIncronCfg.html#a68271df7c649d11b4c405422f21d779b">IncronCfg</a>
</li>
</ul>


<h3><a class="anchor" id="index_c"></a>- c -</h3><ul>
<li>CheckUser()
: <a class="el" href="classIncronTab.html#a887ffc0116f2e892178db882420e5aaa">IncronTab</a>
, <a class="el" href="classUserTable.html#afa3c0512fa34aaea9d0b2909ca07595b">UserTable</a>
</li>
<li>Clear()
: <a class="el" href="classEventDispatcher.html#ab1c59d7635d5aedbe6cc2f4315c2d269">EventDispatcher</a>
, <a class="el" href="classIncronTab.html#a5fc3d14ccb6a17b4c19c3df04ea979b8">IncronTab</a>
</li>
<li>Close()
: <a class="el" href="classInotify.html#a86ae86c43ea1a72f562ca46393309635">Inotify</a>
</li>
</ul>


<h3><a class="anchor" id="index_d"></a>- d -</h3><ul>
<li>Destroy()
: <a class="el" href="classAppArgs.html#a42655a3eff85509c7f2ce1fcba0b1f31">AppArgs</a>
</li>
<li>Dispose()
: <a class="el" href="classUserTable.html#ae24db4723aa83fc966ee60f0bb942eac">UserTable</a>
</li>
<li>DoLock()
: <a class="el" href="classAppInstance.html#a7849ed73845c0aeb3746d3d7e1b49ef9">AppInstance</a>
</li>
<li>Dump()
: <a class="el" href="classAppArgs.html#a00d5d4d822c8c1bc792313b51eeeec44">AppArgs</a>
</li>
<li>DumpOption()
: <a class="el" href="classAppArgs.html#aee73398d0548dd1aaeb1eee8c959a3a5">AppArgs</a>
</li>
<li>DumpTypes()
: <a class="el" href="classInotifyEvent.html#ac08a0a26ea33dbe94aaf1ac830c103a5">InotifyEvent</a>
</li>
</ul>


<h3><a class="anchor" id="index_e"></a>- e -</h3><ul>
<li>EventDispatcher()
: <a class="el" href="classEventDispatcher.html#aa85c268c8fa835ded477659ecd017ad4">EventDispatcher</a>
</li>
<li>Exists()
: <a class="el" href="classAppInstance.html#a8bc91492e89eff2cb6ff26d89b36049a">AppInstance</a>
</li>
<li>ExistsOption()
: <a class="el" href="classAppArgs.html#af3336e77fc109c12def19406787d7126">AppArgs</a>
</li>
</ul>


<h3><a class="anchor" id="index_f"></a>- f -</h3><ul>
<li>FindWatch()
: <a class="el" href="classInotify.html#a182d19b667c9e0899802b70a579eff40">Inotify</a>
</li>
<li>FinishDone()
: <a class="el" href="classUserTable.html#a69af22ff6f6b2dc109e227f56731aceb">UserTable</a>
</li>
<li>found
: <a class="el" href="structAppArgOption__t.html#a5f68151ff4fb08e8dbb2ed35168808a7">AppArgOption_t</a>
</li>
</ul>


<h3><a class="anchor" id="index_g"></a>- g -</h3><ul>
<li>GetCapability()
: <a class="el" href="classInotify.html#a70b3b57e8661fbb4c5bc404b86225c3b">Inotify</a>
</li>
<li>GetCmd()
: <a class="el" href="classIncronTabEntry.html#a0ace542d7f8f49a38b2d51e43f27e78e">IncronTabEntry</a>
</li>
<li>GetCookie()
: <a class="el" href="classInotifyEvent.html#a7e65e49f7d0f11c71442e31d688e4b17">InotifyEvent</a>
</li>
<li>GetCount()
: <a class="el" href="classIncronTab.html#a73b95d66e3feed3d7c8cb6ee2cd4dcc0">IncronTab</a>
</li>
<li>GetDelimiter()
: <a class="el" href="classStringTokenizer.html#a2a553eebdd4848f0dcdfd63d3bd70ab3">StringTokenizer</a>
</li>
<li>GetDescriptor()
: <a class="el" href="classInotify.html#aabab7015203bf36d0256e75d4f4861f9">Inotify</a>
, <a class="el" href="classInotifyEvent.html#a463aacc1f660fbc1c39108feb2601341">InotifyEvent</a>
, <a class="el" href="classInotifyWatch.html#a855f982421402dd63d064dde328f2a59">InotifyWatch</a>
</li>
<li>GetEnabledCount()
: <a class="el" href="classInotify.html#a6f432affb46f85f7bc19661d5bc77063">Inotify</a>
</li>
<li>GetEntry()
: <a class="el" href="classIncronTab.html#ab2b3ef9db60949d666a6316b4698074a">IncronTab</a>
</li>
<li>GetErrorNumber()
: <a class="el" href="classAppInstException.html#a7bfb1a0f40dcc86ca6de461dc11e3f4c">AppInstException</a>
, <a class="el" href="classInotifyException.html#a60d885f998a6cb97d06111e6aded155d">InotifyException</a>
</li>
<li>GetEvent()
: <a class="el" href="classInotify.html#a490a3f824c6d041d31ccaabe9bd92008">Inotify</a>
</li>
<li>GetEventCount()
: <a class="el" href="classInotify.html#aa3c533f956871f904949832ac8f5fbde">Inotify</a>
</li>
<li>GetInotify()
: <a class="el" href="classInotifyWatch.html#acbf0042d06841f9503405b104e4c35d0">InotifyWatch</a>
, <a class="el" href="classUserTable.html#a2ae939d2227dc168554d1b13aaeddcbb">UserTable</a>
</li>
<li>GetLength()
: <a class="el" href="classInotifyEvent.html#a30c8c2e1e490b8968ab9cb3364fe579a">InotifyEvent</a>
</li>
<li>GetMask()
: <a class="el" href="classIncronTabEntry.html#a08dece0f96a74a72233b4287bd131d6d">IncronTabEntry</a>
, <a class="el" href="classInotifyEvent.html#ac7160544f6f4f24611df57a4422ac47f">InotifyEvent</a>
, <a class="el" href="classInotifyWatch.html#af759f9baca6f4abbbaae57e076486009">InotifyWatch</a>
</li>
<li>GetMaskByName()
: <a class="el" href="classInotifyEvent.html#aeced3a88a6dea190c5df19c2a6599010">InotifyEvent</a>
</li>
<li>GetMaxEvents()
: <a class="el" href="classInotify.html#ad8e4a4a87d005c71c0b5ea9c6dd53c42">Inotify</a>
</li>
<li>GetMaxInstances()
: <a class="el" href="classInotify.html#ac18b7732f67832260fbbd47aebb8af51">Inotify</a>
</li>
<li>GetMaxWatches()
: <a class="el" href="classInotify.html#a86dae1b7a72c0d8fc2a632444a0f2f1f">Inotify</a>
</li>
<li>GetMessage()
: <a class="el" href="classInotifyException.html#a6364ea375697356805d47cff957dd757">InotifyException</a>
</li>
<li>GetName()
: <a class="el" href="classInotifyEvent.html#a5ab91d587bdc7ab3c18c6cdff73f3097">InotifyEvent</a>
</li>
<li>GetNextToken()
: <a class="el" href="classStringTokenizer.html#a62da00196f41b154dfb4c0969fd13f30">StringTokenizer</a>
</li>
<li>GetNextTokenRaw()
: <a class="el" href="classStringTokenizer.html#a4a089402dd2c2e486221f331bf2b77b6">StringTokenizer</a>
</li>
<li>GetOption()
: <a class="el" href="classAppArgs.html#a274f64c50b8cbbe3094dde621ef3b11d">AppArgs</a>
</li>
<li>GetPath()
: <a class="el" href="classIncronTabEntry.html#af2abda30bace975f720479dc97959d68">IncronTabEntry</a>
, <a class="el" href="classInotifyWatch.html#a2e659c699e7d43bd0a218fe4905784d2">InotifyWatch</a>
</li>
<li>GetPollData()
: <a class="el" href="classEventDispatcher.html#a1309b15de686e9bdbf8f1ff8a1285e79">EventDispatcher</a>
</li>
<li>GetPrefix()
: <a class="el" href="classStringTokenizer.html#a74f70c56d6fac1eb0006b18f5ad82dcb">StringTokenizer</a>
</li>
<li>GetRemainder()
: <a class="el" href="classStringTokenizer.html#a8f2379a3dd119a1e00aac7a710ac1e72">StringTokenizer</a>
</li>
<li>GetSafePath()
: <a class="el" href="classIncronTabEntry.html#a4812bc8f0d5291eacc8e66fda8fe1d13">IncronTabEntry</a>
</li>
<li>GetSize()
: <a class="el" href="classEventDispatcher.html#a438297748715864a0b7d974754ebdcb4">EventDispatcher</a>
</li>
<li>GetSource()
: <a class="el" href="classInotifyException.html#a619e8b963faebdefb283d79b5ae5c408">InotifyException</a>
</li>
<li>GetSystemTablePath()
: <a class="el" href="classIncronTab.html#a55f610c3405db0d48d0a759e3180cf7b">IncronTab</a>
</li>
<li>GetUserTablePath()
: <a class="el" href="classIncronTab.html#a41994a129d3e38a2f032318d53f4e888">IncronTab</a>
</li>
<li>GetValue()
: <a class="el" href="classIncronCfg.html#a7d895e75750a5db599e7583cdfd3ea71">IncronCfg</a>
, <a class="el" href="classAppArgs.html#a050217dd528c4d6c30dc559ba19bbe3d">AppArgs</a>
, <a class="el" href="classIncronCfg.html#abcb3d392c025d0d93f9c9c49ef8f7d42">IncronCfg</a>
</li>
<li>GetValueCount()
: <a class="el" href="classAppArgs.html#a4d6e538d8c08bbecc2a3c8dfab75cde7">AppArgs</a>
</li>
<li>GetWatch()
: <a class="el" href="classInotifyEvent.html#a979cd46f53ed674331a5a6d47d1cde92">InotifyEvent</a>
</li>
<li>GetWatchCount()
: <a class="el" href="classInotify.html#a716ae90a00dd4895709ea9b8f7959075">Inotify</a>
</li>
</ul>


<h3><a class="anchor" id="index_h"></a>- h -</h3><ul>
<li>HasMoreTokens()
: <a class="el" href="classStringTokenizer.html#af6f1497f3a3f18ff8c8c664782c4d6e2">StringTokenizer</a>
</li>
<li>hasVal
: <a class="el" href="structAppArgOption__t.html#a0c92cda0cdbb11e6c3cb14560628aac2">AppArgOption_t</a>
</li>
</ul>


<h3><a class="anchor" id="index_i"></a>- i -</h3><ul>
<li>IncronTab()
: <a class="el" href="classIncronTab.html#a9ff09c9b375176fc2b96b2e9c523e037">IncronTab</a>
</li>
<li>IncronTabEntry()
: <a class="el" href="classIncronTabEntry.html#a3b82e45096543af49e3284fd2e3ebb21">IncronTabEntry</a>
</li>
<li>Init()
: <a class="el" href="classAppArgs.html#a5365bfc9a54a0318166cbb003f905dc0">AppArgs</a>
, <a class="el" href="classIncronCfg.html#a9fe219f0d98b358a32fd4e58804f1213">IncronCfg</a>
</li>
<li>Inotify
: <a class="el" href="classInotifyWatch.html#a94bfb861dc18ca5d16abfcff90db8c86">InotifyWatch</a>
, <a class="el" href="classInotify.html#aa6fe6e9cb3343665eb968fcd5170cfb9">Inotify</a>
</li>
<li>InotifyEvent()
: <a class="el" href="classInotifyEvent.html#af416dbbd4e6ddd3c0eea6cb540f0b046">InotifyEvent</a>
</li>
<li>InotifyException()
: <a class="el" href="classInotifyException.html#a900dc29e5cfb3ece6c1651d04773b2bb">InotifyException</a>
</li>
<li>InotifyWatch
: <a class="el" href="classInotify.html#a10880f490c33acd8bd24664fc7bce4ae">Inotify</a>
, <a class="el" href="classInotifyWatch.html#ac9c02f1dbd143eebd711eba03ac366e9">InotifyWatch</a>
</li>
<li>IsComment()
: <a class="el" href="classIncronCfg.html#ab995e931ef67fc62a833227332a10735">IncronCfg</a>
</li>
<li>IsEmpty()
: <a class="el" href="classIncronTab.html#aee67b6f3d9202fe659ca9f48ea316669">IncronTab</a>
</li>
<li>IsEnabled()
: <a class="el" href="classInotifyWatch.html#a5ab551a912e5acff6a9c74baaf9ea324">InotifyWatch</a>
</li>
<li>IsLongOption()
: <a class="el" href="classAppArgs.html#a7058134b8e90e9ee7ee9c23d98a03708">AppArgs</a>
</li>
<li>IsNoLoop()
: <a class="el" href="classIncronTabEntry.html#ad4b1ff4fbf637ef58046bad6955dc3ac">IncronTabEntry</a>
</li>
<li>IsOption()
: <a class="el" href="classAppArgs.html#a2471f11b0d74e3a427f1d9c02c9d6494">AppArgs</a>
</li>
<li>IsRecursive()
: <a class="el" href="classInotifyWatch.html#a222c911ef0e8d6f61570489ed6042e55">InotifyWatch</a>
</li>
<li>IsSystem()
: <a class="el" href="classUserTable.html#a1f614a23987028538cded38c2c4c15db">UserTable</a>
</li>
<li>IsType()
: <a class="el" href="classInotifyEvent.html#a477ae71116ec393434a1f62a7170a156">InotifyEvent</a>
</li>
<li>IsValid()
: <a class="el" href="classAppArgs.html#aa4a29548cfffac89df731267b79d1d49">AppArgs</a>
</li>
</ul>


<h3><a class="anchor" id="index_l"></a>- l -</h3><ul>
<li>Load()
: <a class="el" href="classIncronCfg.html#ac75ef9eab5f3878c4470b08231afd1e1">IncronCfg</a>
, <a class="el" href="classIncronTab.html#a3e15c2a29bda1cd4118359736a75e905">IncronTab</a>
, <a class="el" href="classUserTable.html#a08f1b2836694e3f8c5b13c890a08df9f">UserTable</a>
</li>
<li>Lock()
: <a class="el" href="classAppInstance.html#a0b1fbc87f3bb3939b4827a32d03ee106">AppInstance</a>
</li>
</ul>


<h3><a class="anchor" id="index_m"></a>- m -</h3><ul>
<li>m_cmd
: <a class="el" href="classIncronTabEntry.html#a4aeaa40804ebaa78dd84edbce86fdae4">IncronTabEntry</a>
</li>
<li>m_err
: <a class="el" href="classInotifyException.html#aaa8a163c661ce70e34b3e3e7ad700854">InotifyException</a>
</li>
<li>m_fNoLoop
: <a class="el" href="classIncronTabEntry.html#a91049dc7f267a5613cfcd8c6247c9e4f">IncronTabEntry</a>
</li>
<li>m_msg
: <a class="el" href="classInotifyException.html#ac113719bd6f4352e12876b2322f1c92c">InotifyException</a>
</li>
<li>m_path
: <a class="el" href="classIncronTabEntry.html#a836fec204ac70c855f229d011c1e1629">IncronTabEntry</a>
</li>
<li>m_pSrc
: <a class="el" href="classInotifyException.html#add106c2255890025561245cf91fe1427">InotifyException</a>
</li>
<li>m_tab
: <a class="el" href="classIncronTab.html#afc0c07b696470b29c2173e4dcf313bc7">IncronTab</a>
</li>
<li>m_uMask
: <a class="el" href="classIncronTabEntry.html#ad317024cf370d856765e7a210904d87e">IncronTabEntry</a>
</li>
<li>mand
: <a class="el" href="structAppArgOption__t.html#ad7aa21e64ba053701e84bf08b1f16234">AppArgOption_t</a>
</li>
<li>MayAccess()
: <a class="el" href="classUserTable.html#af4dff514ae940802e062f067835c83bf">UserTable</a>
</li>
</ul>


<h3><a class="anchor" id="index_o"></a>- o -</h3><ul>
<li>onDone
: <a class="el" href="structProcData__t.html#ab5ee2269e153269fd3eb0a717841f017">ProcData_t</a>
</li>
<li>OnEvent()
: <a class="el" href="classUserTable.html#a795e26a707b148a092f85d1f2da02196">UserTable</a>
</li>
</ul>


<h3><a class="anchor" id="index_p"></a>- p -</h3><ul>
<li>Parse()
: <a class="el" href="classAppArgs.html#a0f2ab8497fa8c6aaf7b9faf0c75dbcff">AppArgs</a>
, <a class="el" href="classIncronTabEntry.html#afc6647d1ec6aec2c52ad7488264b961b">IncronTabEntry</a>
</li>
<li>ParseLine()
: <a class="el" href="classIncronCfg.html#afe4381ce8e57579dd59097192bd75ac6">IncronCfg</a>
</li>
<li>ParseLong()
: <a class="el" href="classAppArgs.html#a1b3384fa201fb04948776c4e79cf633c">AppArgs</a>
</li>
<li>ParseShort()
: <a class="el" href="classAppArgs.html#a9d503ca65c0025cf6d04a00cb2e8b12e">AppArgs</a>
</li>
<li>PeekEvent()
: <a class="el" href="classInotify.html#a287dc0d238fa6edc3269441cb284f979">Inotify</a>
</li>
<li>ProcessEvents()
: <a class="el" href="classEventDispatcher.html#ac2b9520436761282001d8c5ea539482a">EventDispatcher</a>
</li>
<li>pWatch
: <a class="el" href="structProcData__t.html#a671cbf6b356480d028bd30369ef910fe">ProcData_t</a>
</li>
</ul>


<h3><a class="anchor" id="index_r"></a>- r -</h3><ul>
<li>Rebuild()
: <a class="el" href="classEventDispatcher.html#a4a847781965ff8539df8fab05720cb8f">EventDispatcher</a>
</li>
<li>Register()
: <a class="el" href="classEventDispatcher.html#a35f9789ceaf15a9cbeeae65717c0a068">EventDispatcher</a>
</li>
<li>Remove()
: <a class="el" href="classInotify.html#aac1a52b2ff6bfec07021a44e55d496a6">Inotify</a>
</li>
<li>RemoveAll()
: <a class="el" href="classInotify.html#abc1fd5830ca561efb69bcd2283981741">Inotify</a>
</li>
<li>Reset()
: <a class="el" href="classStringTokenizer.html#a8084d41ec9c314128c01b6a361e62591">StringTokenizer</a>
</li>
<li>RunAsUser()
: <a class="el" href="classUserTable.html#ae22959dbccee9b31d8c732c65e660391">UserTable</a>
</li>
</ul>


<h3><a class="anchor" id="index_s"></a>- s -</h3><ul>
<li>Save()
: <a class="el" href="classIncronTab.html#a6bb007c88e2efb823b96536b54bcb05b">IncronTab</a>
</li>
<li>SendSignal()
: <a class="el" href="classAppInstance.html#a33dce0ebfae8374da6421db4a544a2dd">AppInstance</a>
</li>
<li>SetCapability()
: <a class="el" href="classInotify.html#a734538233ba2136164f76f4df6c3654e">Inotify</a>
</li>
<li>SetCloseOnExec()
: <a class="el" href="classInotify.html#a124dd5816205900af61034d47ae65255">Inotify</a>
</li>
<li>SetDelimiter()
: <a class="el" href="classStringTokenizer.html#a62764b5e11edee9ae256725bcc81b397">StringTokenizer</a>
</li>
<li>SetEnabled()
: <a class="el" href="classInotifyWatch.html#aa71aff8650fadff32a3c655ca50945f1">InotifyWatch</a>
</li>
<li>SetMask()
: <a class="el" href="classInotifyWatch.html#a3ad7fbc55c21b3fcd08c2d1d388e14b6">InotifyWatch</a>
</li>
<li>SetMaxEvents()
: <a class="el" href="classInotify.html#a66d90ebfa516d4bd1463749def2b58f9">Inotify</a>
</li>
<li>SetMaxInstances()
: <a class="el" href="classInotify.html#a620c891962fe5acd26485c64e9b28d19">Inotify</a>
</li>
<li>SetMaxWatches()
: <a class="el" href="classInotify.html#a5064380cdb4a726ab33f3fa18d15c77a">Inotify</a>
</li>
<li>SetNonBlock()
: <a class="el" href="classInotify.html#ab2c8ab8ad4322fb6f0dae0eae442402b">Inotify</a>
</li>
<li>SetNoPrefix()
: <a class="el" href="classStringTokenizer.html#a627a26cfed1b3159802a7f0cb54b40f5">StringTokenizer</a>
</li>
<li>SetPrefix()
: <a class="el" href="classStringTokenizer.html#ab448703764e979812c857a1616411e79">StringTokenizer</a>
</li>
<li>StringTokenizer()
: <a class="el" href="classStringTokenizer.html#aabacf484c3ed4e8d9f00801ecbe4881b">StringTokenizer</a>
</li>
</ul>


<h3><a class="anchor" id="index_t"></a>- t -</h3><ul>
<li>Terminate()
: <a class="el" href="classAppInstance.html#aa05646167429e3cbe2bddbfaa5ce7d49">AppInstance</a>
</li>
<li>ToString()
: <a class="el" href="classIncronTabEntry.html#a62ec7f62ad28b984420dc4c78b204600">IncronTabEntry</a>
</li>
<li>type
: <a class="el" href="structAppArgOption__t.html#adac46478f6aa74c770dbac7f8662b825">AppArgOption_t</a>
</li>
</ul>


<h3><a class="anchor" id="index_u"></a>- u -</h3><ul>
<li>Unlock()
: <a class="el" href="classAppInstance.html#ace6ab6d8af431016266745d4ce2e2218">AppInstance</a>
</li>
<li>Unregister()
: <a class="el" href="classEventDispatcher.html#a6bd699c73e11db92ffc737ece3c30715">EventDispatcher</a>
</li>
<li>UserTable()
: <a class="el" href="classUserTable.html#ae9c8e2d54f6d131fa0c46a724cb5ab94">UserTable</a>
</li>
</ul>


<h3><a class="anchor" id="index_v"></a>- v -</h3><ul>
<li>val
: <a class="el" href="structAppArgOption__t.html#aa66e5d7dd5f1696cd66bd7149293dde8">AppArgOption_t</a>
</li>
</ul>


<h3><a class="anchor" id="index_w"></a>- w -</h3><ul>
<li>WaitForEvents()
: <a class="el" href="classInotify.html#a139c27c6643bb199619f3eae9b32e53b">Inotify</a>
</li>
</ul>


<h3><a class="anchor" id="index_0x7e"></a>- ~ -</h3><ul>
<li>~AppInstance()
: <a class="el" href="classAppInstance.html#a44197310b9cc55a28af3f277628b0c9e">AppInstance</a>
</li>
<li>~EventDispatcher()
: <a class="el" href="classEventDispatcher.html#abb5f401014e87f03027d6c4450964e55">EventDispatcher</a>
</li>
<li>~IncronTab()
: <a class="el" href="classIncronTab.html#a4ec208d89d7b11503ebfe54391a59b81">IncronTab</a>
</li>
<li>~IncronTabEntry()
: <a class="el" href="classIncronTabEntry.html#ae02308fb7784faf554d42fa51063edd3">IncronTabEntry</a>
</li>
<li>~Inotify()
: <a class="el" href="classInotify.html#af19dd5e491395673e4798eb9dbf5f682">Inotify</a>
</li>
<li>~InotifyEvent()
: <a class="el" href="classInotifyEvent.html#aa48030da1d3a1b1741ca791c9e129888">InotifyEvent</a>
</li>
<li>~InotifyWatch()
: <a class="el" href="classInotifyWatch.html#a871c16b01aa8841b36246e5b629ecaef">InotifyWatch</a>
</li>
<li>~StringTokenizer()
: <a class="el" href="classStringTokenizer.html#a26a59cd69f871ace17ec831e1508b377">StringTokenizer</a>
</li>
<li>~UserTable()
: <a class="el" href="classUserTable.html#a0ef59efae87ec768c26290982408a8fa">UserTable</a>
</li>
</ul>
</div>


<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.5.1
</small></address>

</body>
</html>