This file is indexed.

/usr/share/doc/libbobcat3-dev/man/bobcat.7.html is in libbobcat-dev 3.19.01-1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
<html><head>
<title>Bobcat</title>
<link rev="made" href="mailto:Frank B. Brokken: f.b.brokken@rug.nl">
</head>
<body text="#27408B" bgcolor="#FFFAF0">
<hr>
<h1>Bobcat</h1>
<h2>libbobcat-dev_3.19.01-x.tar.gz</h2>
<h2>2005-2013</h2>

<html><head>
<link rev="made" href="mailto:Frank B. Brokken: f.b.brokken@rug.nl">
</head>
<body text="#27408B" bgcolor="#FFFAF0">
<hr>
<h1></h1>

<html><head>
<title>Bobcat(7)</title>
<link rev="made" href="mailto:Frank B. Brokken: f.b.brokken@rug.nl">
</head>
<body text="#27408B" bgcolor="#FFFAF0">
<hr>
<h1>Bobcat(7)</h1>
<h2>libbobcat-dev_3.19.01-x.tar.gz C++ Classes</h2>
<h2>2005-2013</h2>


<p>
<center><img src="bobcat.jpg"></center>
<p>
<h2>NAME</h2>Bobcat - Overview of classes in the Bobcat library
<p>
<h2>DESCRIPTION</h2>      
<p>
The classes of the <strong>Bobcat</strong> library may be used after including
<em>bobcat/classname</em> in sources. 
<p>
Generally, programs using the <strong>Bobcat</strong> library must be at least linked
against the <strong>Bobcat</strong> library. Refer to section <strong>LINKING</strong> for more
informatin about linking programs to required libraries.
<p>
All classes and other elements are defined in the <em>FBB</em> namespace. For some
classes <em>manipulators</em> are available, which are defined in the <em>FBB</em>
namespace. An overview of all manipulators defined in the <em>FBB</em> namespace is
provided by <em>man -e bobcat manipulators</em>.
<p>
Beyond this section the section <strong>CATEGORIES</strong> groups classes that
somehow belong together in various categories.
<p>
The following classes and template functions are available:
<p>
<strong>FBB::Align</strong>: Specifies <em>Table(Buf)</em> column and element
    alignments.<br>
    (Manpage: <a href="align.3.html">align(3bobcat)</a>)
<p>
<strong>FBB::Arg</strong>: Interfaces the command line arguments, allowing for
    short- and long options. The class is implemented as a <em>Singleton</em>.<br>
    (Manpage: <a href="arg.3.html">arg(3bobcat)</a>)
<p>
<strong>FBB::ArgConfig</strong>: Inherits from <em>Arg</em> and <em>ConfigFile</em> allowing for
    options to be specified as command line options and/or configuration file
    options.  The class is implemented as a <em>Singleton</em>.<br>
    (Manpage: <a href="argconfig.3.html">argconfig(3bobcat)</a>)
<p>
<strong>FBB::A2x</strong>: Ascii-to-x conversions of any type supporting extractions
    from <em>i[string]stream</em> objects. 
    (Manpage: <a href="a2x.3.html">a2x(3bobcat)</a>)
<p>
<strong>FBB::BigInt</strong>: Wrapper class around the openssl BN_ functions for
    unlimited integer precision arithmetic. <br>
    (Manpage: <a href="bigint.3.html">bigint(3bobcat)</a>)
<p>
<strong>FBB::binary_search</strong>: A modification of the STL <em>binary_search</em>
    algorithm returning the location of the searched value in a sorted series
    of values. <br>
    (Manpage: <a href="binarysearch.3.html">binarysearch(3bobcat)</a>)
<p>
<strong>FBB::BinOps</strong>: A series of function templates implementing binary
    operators for classes that implement the matching binary assignment
    operators themselves. <br>
    (Manpage: <a href="binops.3.html">binops(3bobcat)</a>)
<p>
<strong>FBB::CGI</strong>: a class implementing the facilities accessing the data made 
    available through the Common Gateway Interface.<br>
    (Manpage: <a href="cgi.3.html">cgi(3bobcat)</a>)
<p>
<strong>FBB::Cidr</strong>: a class testing whether IP4 Internet addresses belong to
    address ranges defined by Classless Inter-Domain Routing (CIDR) address
    block specifications.<br> 
    (Manpage: <a href="cidr.3.html">cidr(3bobcat)</a>)
<p>
<strong>FBB::ClientSocket</strong>: a socket for tcp-communication with a server.<br>
    (Manpage: <a href="clientsocket.3.html">clientsocket(3bobcat)</a>)
<p>
<strong>FBB::CmdFinder</strong>: Command-function associations.<br> 
    (Manpage: <a href="cmdfinder.3.html">cmdfinder(3bobcat)</a>)
<p>
<strong>FBB::CmdFinderBase</strong>: Base class for <em>CmdFinder</em>.<br> 
    (Manpage: <a href="cmdfinderbase.3.html">cmdfinderbase(3bobcat)</a>)
<p>
<strong>FBB::ConfigFile</strong>: Processing standard configuration files.<br> 
    (Manpage: <a href="configfile.3.html">configfile(3bobcat)</a>)
<p>
<strong>FBB::DateTime</strong>: Manipulations with date and time values.<br>
    (Manpage: <a href="datetime.3.html">datetime(3bobcat)</a>)
<p>
<strong>FBB::DecryptBuf</strong>: Decrypting information.<br>
    (Manpage: <a href="decryptbuf.3.html">decryptbuf(3bobcat)</a>)
<p>
<strong>FBB::DiffieHellman</strong>: Computing shared keys using the Diffie-Hellman
    algorithm.<br> 
    (Manpage: <a href="diffiehellman.3.html">diffiehellman(3bobcat)</a>)
<p>
<strong>FBB::DigestBuf</strong>: Computing message digests.<br>
    (Manpage: <a href="digestbuf.3.html">digestbuf(3bobcat)</a>)
<p>
<strong>FBB::EncryptBuf</strong>: Encrypting information.<br>
    (Manpage: <a href="encryptbuf.3.html">encryptbuf(3bobcat)</a>)
<p>
<strong>FBB::Exception</strong>: objects of this class accept <em>ostream</em> insertions,
    and are also <em>std::exception</em> objects.<br>
    (Manpage: <a href="exception.3.html">exception(3bobcat)</a>)
<p>
<strong>FBB::Fork</strong>: Defines <strong>fork</strong>(2) as part of a Template Algorithm Design
    Pattern. <br>
    (Manpage: <a href="fork.3.html">fork(3bobcat)</a>)
<p>
<strong>FBB::GetHostent</strong>: Obtains <em>hostent</em> struct from hostname or
    -address. <br>
    (Manpage: <a href="gethostent.3.html">gethostent(3bobcat)</a>)
<p>
<strong>FBB::Glob</strong>: Obtain a list of files matching a certain pattern.<br>
    (Manpage: <a href="glob.3.html">glob(3bobcat)</a>)
<p>
<strong>FBB::HmacBuf</strong>: Computing HMAC message digests.<br>
    (Manpage: <a href="hmacbuf.3.html">hmacbuf(3bobcat)</a>)
<p>
<strong>FBB::Hostname</strong>: Derived from <em>Hostent</em>, allows the initialization
    from a <em>std::string</em>, or from an <em>FBB::InetAddrress</em>. <br>
    (Manpage: <a href="hostname.3.html">hostname(3bobcat)</a>)
<p>
<strong>FBB::IBase64Stream</strong>: stream implementing base64 encoding and decoding,
    using a <em>FBB::Base64Streambuf</em> stream buffer.<br> 
    (Manpage: <a href="ibase64stream.3.html">ibase64stream(3bobcat)</a>)
<p>
<strong>FBB::IBase64Streambuf</strong>: <em>FBB::IFilterStreambuf</em> specialization
    implementing base64 encoding and decoding.<br>
    (Manpage: <a href="ibase64streambuf.3.html">ibase64streambuf(3bobcat)</a>)
<p>
<strong>FBB::IFdStream</strong>: stream extracting information from a device whose
        file descriptor is available. <br>
    (Manpage: <a href="ifdstream.3.html">ifdstream(3bobcat)</a>)
<p>
<strong>FBB::IFdStreambuf</strong>: Input stream buffer initialized by a file
        descriptor.<br>
    (Manpage: <a href="ifdstreambuf.3.html">ifdstreambuf(3bobcat)</a>)
<p>
<strong>FBB::IFilterStreambuf</strong>: <em>std::streambuf</em> specialization implementing
    an <em>std::istream</em> filtering design pattern.<br>
    (Manpage: <a href="ifilterstreambuf.3.html">ifilterstreambuf(3bobcat)</a>)
<p>
<strong>FBB::Indent</strong>: Class and manipulators performing text indentation. <br>
    (Manpage: <a href="indent.3.html">indent(3bobcat)</a>)
<p>
<strong>FBB::InetAddress</strong>: Base class (no public constructor) for objects
    representing an internet address as used with sockets. Contains address
    and portnumbers. <br>
    (Manpage: <a href="inetaddress.3.html">inetaddress(3bobcat)</a>)
<p>
<strong>FBB::IOStream</strong>: class combining <em>std::istream</em> and <em>std::ostream</em>
    features. <br>
    (Manpage: <a href="iostream.3.html">iostream(3bobcat)</a>)
<p>
<strong>FBB::IOStreambuf</strong>: <em>std::streambuf</em> specialization allowing combined 
    input and output operations. <br>
    (Manpage: <a href="iostreambuf.3.html">iostreambuf(3bobcat)</a>)
<p>
<strong>FBB::ISharedStream</strong>: <em>std::istream</em> operations on shared memory.<br>
    (Manpage: <a href="isharedstream.3.html">isharedstream(3bobcat)</a>)
<p>
<strong>FBB::IRandStream</strong>: stream to extract random numbers from. <br>
    (Manpage: <a href="irandstream.3.html">irandstream(3bobcat)</a>)
<p>
<strong>FBB::ISymCryptStream</strong>: stream implementing symmetric encryption and
    decryption, using a <em>FBB::ISymCryptStreambuf</em> stream buffer.<br>
    (Manpage: <a href="isymcryptstream.3.html">isymcryptstream(3bobcat)</a>)
<p>
<strong>FBB::ISymCryptStreambuf</strong>: <em>FBB::IFilterStreambuf</em> specialization
    implementing symmetric cryptography.<br>
    (Manpage: <a href="isymcryptstreambuf.3.html">isymcryptstreambuf(3bobcat)</a>)
<p>
<strong>FBB::Hash...</strong>: Various template classes implementing mapping containers
    using hashing.<br>
    (Manpage: <a href="hash.3.html">hash(3bobcat)</a>)
<p>
<strong>FBB::Hostent</strong>: Wrapper around the <em>hostent</em> struct. <br>
    (Manpage: <a href="hostent.3.html">hostent(3bobcat)</a>)
<p>
<strong>FBB::level</strong>: Manipulator setting the log-level of <em>FBB::Log</em>
    objects.<br> 
    (Manpage: <a href="level.3.html">level(3bobcat)</a>)
<p>
<strong>FBB::lm</strong>: Manipulator setting the left margin of <em>FBB::OFoldStream</em>
    objects.<br> 
    (Manpage: <a href="lm.3.html">lm(3bobcat)</a>)
<p>
<strong>FBB::LocalClientSocket</strong>: a Unix domain socket for 
    tcp-communication with a Unix domain (local) server.<br>
    (Manpage: <a href="localclientsocket.3.html">localclientsocket(3bobcat)</a>)
<p>
<strong>FBB::LocalServerSocket</strong>: defines a Unix domain socket to which
    clients on the local host can connect.<br> 
    (Manpage: <a href="localserversocket.3.html">localserversocket(3bobcat)</a>)
<p>
<strong>FBB::LocalSocketBase</strong>: Base class for <em>LocalClientSocket</em> and
    <em>LocalServerSocket</em>. 
        <br>
    (Manpage: <a href="localsocketbase.3.html">localsocketbase(3bobcat)</a>)
<p>
<strong>FBB::Log</strong>: <em>std::ostream</em> handling log messages.<br>
    (Manpage: <a href="log.3.html">log(3bobcat)</a>)
<p>
<strong>FBB::LogBuffer</strong>: <em>std::streambuf</em> handling log messages.<br>
    (Manpage: <a href="logbuffer.3.html">logbuffer(3bobcat)</a>)
<p>
<strong>FBB::MailHeaders</strong>: extracts mail headers from SMTP-email.<br>
    (Manpage: <a href="mailheaders.3.html">mailheaders(3bobcat)</a>)
<p>
<strong>FBB::Mbuf</strong>: <em>std::streambuf</em> specialization for inserting messages,
    mainly used by <em>FBB::Mstream</em> objects. <br>
    (Manpage: <a href="mbuf.3.html">mbuf(3bobcat)</a>)
<p>
<strong>FBB::Milter</strong>: interfaces the sendmail mail filter facilities.<br>
    (Manpage: <a href="milter.3.html">milter(3bobcat)</a>)
<p>
<strong>FBB::mlm</strong>: Manipulator modifying the left margin of
    <em>FBB::OFoldStream</em> objects.<br> 
    (Manpage: <a href="mlm.3.html">mlm(3bobcat)</a>)
<p>
<strong>FBB::Mstream</strong>: Inserts messages into streams. <br>
    (Manpage: <a href="mstream.3.html">mstream(3bobcat)</a>)
<p>
<strong>FBB::MultiStreambuf</strong>: <em>std::streambuf</em> specializations performing
    insertions to multiple <em>std::ostream</em> objects.<br>
    (Manpage: <a href="multistreambuf.3.html">multistreambuf(3bobcat)</a>)
<p>
<strong>FBB::OFdStream</strong>: stream inserting information into a device whose
        file descriptor is available. <br>
    (Manpage: <a href="ofdstream.3.html">ofdstream(3bobcat)</a>)
<p>
<strong>FBB::OFdStreambuf</strong>: Output stream buffer initialized by a file
        descriptor.<br>
    (Manpage: <a href="ofdstreambuf.3.html">ofdstreambuf(3bobcat)</a>)
<p>
<strong>FBB::OFilterStreambuf</strong>: <em>std::streambuf</em> specialization implementing
    an <em>std::ostream</em> filtering design pattern.<br>
    (Manpage: <a href="ofilterstreambuf.3.html">ofilterstreambuf(3bobcat)</a>)
<p>
<strong>FBB::OFoldStream</strong>: <em>std::ostream</em> using an <em>OFoldStreambuf</em> as its
    streambuf. <br>
    (Manpage: <a href="ofoldstream.3.html">ofoldstream(3bobcat)</a>)
<p>
<strong>FBB::OFoldStreambuf</strong>: <em>OFilterStreambuf</em> (<em>std::streambuf</em>)
    specialization folding text lines between left and right margins.<br>
    (Manpage: <a href="ofoldstreambuf.3.html">ofoldstreambuf(3bobcat)</a>)
<p>
<strong>FBB::OHexStreambuf</strong>: <em>OHexStreambuf</em> (<em>std::streambuf</em>)
    specialization inserting characters into a stream by their hex values.<br>
    (Manpage: <a href="ohexstreambuf.3.html">ohexstreambuf(3bobcat)</a>)
<p>
<strong>FBB::OneKey</strong>: Single keystroke input, not requiring `Return'.<br>
    (Manpage: <a href="onekey.3.html">onekey(3bobcat)</a>)
<p>
<strong>FBB::OSharedStream</strong>: <em>std::ostream</em> operations on shared memory.<br>
    (Manpage: <a href="osharedstream.3.html">osharedstream(3bobcat)</a>)
<p>
<strong>FBB::Pattern</strong>: Performs regular expression pattern matching.<br>
    (Manpage: <a href="pattern.3.html">pattern(3bobcat)</a>)
<p>
<strong>FBB::Pipe</strong>: Defines a system level pipe. <br>
    (Manpage: <a href="pipe.3.html">pipe(3bobcat)</a>)
<p>
<strong>FBB::PrimeFactors</strong>: Performs the prime-number factorization of (BigInt)
    values.<br>
    (Manpage: <a href="primefactors.3.html">primefactors(3bobcat)</a>)
<p>
<strong>FBB::Process</strong>: Runs child processes, defining pipes between parents and
    child processes. <br>
    (Manpage: <a href="process.3.html">process(3bobcat)</a>)
<p>
<strong>FBB::PtrIter</strong>: Input iterator whose dereferenced value returns a
    pointer rather than a reference to an element. Also offers: a <em>ptrIter</em>
    function template. <br>
    (Manpage: <a href="ptriter.3.html">ptriter(3bobcat)</a>)
<p>
<strong>FBB::Randbuffer</strong>: implements a <em>streambuf</em> generating random 
    numbers. <br>
    (Manpage: <a href="randbuffer.3.html">randbuffer(3bobcat)</a>)
<p>
<strong>FBB::Ranger</strong>: class creating ranges that are accepted by range-based
    for-loops. Also offered: a <em>ranger</em> function template. <br>
    (Manpage: <a href="ranger.3.html">ranger(3bobcat)</a>)
<p>
<strong>FBB::ReadLineBuf</strong>: implements a <em>streambuf</em> using the Gnu
    <em>readline</em> library to allow editing an <em>std::istream</em>'s contents. <br>
    (Manpage: <a href="readlinebuf.3.html">readlinebuf(3bobcat)</a>)
<p>
<strong>FBB::ReadLineHistory</strong>: provides access to the history of lines read
    from a <em>ReadLineBuf</em>. <br>
    (Manpage: <a href="readlinehistory.3.html">readlinehistory(3bobcat)</a>)
<p>
<strong>FBB::ReadLineStream</strong>: <em>std::istream</em> class using a <em>ReadLineBuf</em> 
    for its <em>std::streambuf</em>. <br>
    (Manpage: <a href="readlinestream.3.html">readlinestream(3bobcat)</a>)
<p>
<strong>FBB::Redirector</strong>: Defines system level file redirection. <br>
    (Manpage: <a href="redirector.3.html">redirector(3bobcat)</a>)
<p>
<strong>FBB::repeat</strong>: Two short extensions of the STL
    <em>for_each</em> generic algorithm. <br>
    (Manpage: <a href="repeat.3.html">repeat(3bobcat)</a>)
<p>
<strong>FBB::Selector</strong>: Offers timed delays and multiple file I/O. <br>
    (Manpage: <a href="selector.3.html">selector(3bobcat)</a>)
<p>
<strong>FBB::ServerSocket</strong>: defines a socket to which clients can connect.<br>
    (Manpage: <a href="serversocket.3.html">serversocket(3bobcat)</a>)
<p>
<strong>FBB::SharedBlock</strong>: Shared memory data block info.<br>
    (Manpage: <a href="sharedblock.3.html">sharedblock(3bobcat)</a>)
<p>
<strong>FBB::SharedMemory</strong>: Shared memory structure.<br>
    (Manpage: <a href="sharedmemory.3.html">sharedmemory(3bobcat)</a>)
<p>
<strong>FBB::SharedMutex</strong>: Mutex for shared memory.<br>
    (Manpage: <a href="sharedmutex.3.html">sharedmutex(3bobcat)</a>)
<p>
<strong>FBB::SharedPos</strong>: Shared Memory offset controller.<br>
    (Manpage: <a href="sharedpos.3.html">sharedpos(3bobcat)</a>)
<p>
<strong>FBB::SharedSegment</strong>: Shared memory data structure.<br>
    (Manpage: <a href="sharedsegment.3.html">sharedsegment(3bobcat)</a>)
<p>
<strong>FBB::SharedStream</strong>: I/O operations on shared memory.<br>
    (Manpage: <a href="sharedstream.3.html">sharedstream(3bobcat)</a>)
<p>
<strong>FBB::SharedStreambuf</strong>: <em>std::streambuf</em> interfacing to shared
        memory.<br>
    (Manpage: <a href="sharedstreambuf.3.html">sharedstreambuf(3bobcat)</a>)
<p>
<strong>FBB::Signal</strong>: Defines signals, allowing signal handlers to use object's
    data members c.q. to call object's members functions. <br>
    (Manpage: <a href="signal.3.html">signal(3bobcat)</a>)
<p>
<strong>FBB::SocketBase</strong>: Base class for <em>ClientSocket</em> and <em>ServerSocket</em>.
        <br>
    (Manpage: <a href="socketbase.3.html">socketbase(3bobcat)</a>)
<p>
<strong>FBB::Stat</strong>: Determines file characteristics.<br>
    (Manpage: <a href="stat.3.html">stat(3bobcat)</a>)
<p>
<strong>FBB::String</strong>: Offers extended <em>std::string</em> functionality.<br>
    (Manpage: <a href="string.3.html">string(3bobcat)</a>)
<p>
<strong>FBB::StringLine</strong>: Offers <em>operator&gt;&gt;</em> extracting lines from
        <em>std::istream</em> objects.<br>
    (Manpage: <a href="stringline.3.html">stringline(3bobcat)</a>)
<p>
<strong>FBB::Syslogbuf</strong>: streambuf to
        Buffer generating <strong>syslog</strong>(3) messages. <br>
    (Manpage: <a href="syslogbuf.3.html">syslogbuf(3bobcat)</a>)
<p>
<strong>FBB::SyslogStream</strong>: stream to
        Output stream inserting <strong>syslog</strong>(3) messages. <br>
    (Manpage: <a href="syslogbuf.3.html">syslogbuf(3bobcat)</a>)
<p>
<strong>FBB::fswap</strong>: templates implementing memory bytes based swap
        functionality <br>
    (Manpage: <a href="fswap.3.html">fswap(3bobcat)</a>)
<p>
<strong>FBB::Table</strong>: Display tables row- or column-wise.<br>
    (Manpage: <a href="table.3.html">table(3bobcat)</a>)
<p>
<strong>FBB::TableBuf</strong>: Display tables row- or column-wise.<br>
    (Manpage: <a href="tablebuf.3.html">tablebuf(3bobcat)</a>)
<p>
<strong>FBB::TableLines</strong>: Support class for the class <em>Table(Buf)</em>.<br>
    (Manpage: <a href="tablelines.3.html">tablelines(3bobcat)</a>)
<p>
<strong>FBB::TableSupport</strong>: Support class for the class <em>Table(Buf)</em>.<br>
    (Manpage: <a href="tablesupport.3.html">tablesupport(3bobcat)</a>)
<p>
<strong>FBB::TempStream</strong>: Temporary fstream. <br>
    (Manpage: <a href="tempstream.3.html">tempstream(3bobcat)</a>)
<p>
<strong>FBB::TypeTrait</strong>: Traits class template to determine various
    characteristics of types.<br>
    (Manpage: <a href="typetrait.3.html">typetrait(3bobcat)</a>)
<p>
<strong>FBB::User</strong>: Determines the current user's parameters from
    <em>/etc/passwd</em>.<br>
    (Manpage: <a href="user.3.html">user(3bobcat)</a>)
<p>
<strong>FBB::Xpointer</strong>: sets and retrieves the X-windows pointer.<br>
    (Manpage: <a href="xpointer.3.html">xpointer(3bobcat)</a>)
<p>
<strong>FBB::X2a</strong>: x-to-Ascii conversions of any type supporting insertions
    into <em>o[string]stream</em> objects.<br>
    (Manpage: <a href="x2a.3.html">x2a(3bobcat)</a>)
<p>
<h2>CATEGORIES</h2>
<p>
This section groups classes that somehow belong together. The following
categories are offered:
    <ul>
    <li> <strong>COMMAND LINE INTERFACE AND CONFIGURATION FILES</strong>
    <li> <strong>CONVERSIONS</strong>
    <li> <strong>DATE AND TIME</strong>        
    <li> <strong>ERRORS AND MESSAGE HANDLING</strong>
    <li> <strong>GENERIC ALGORITHM EXTENSIONS</strong>
    <li> <strong>INTERNET / NETWORKING</strong>
    <li> <strong>OPENSSL AND ENCRYPTION</strong>
    <li> <strong>PATTERN MATCHING</strong>
    <li> <strong>PROCESSES AND SIGNALS</strong>
    <li> <strong>STREAMS AND FILES</strong>
    <li> <strong>SHARED MEMORY</strong>
    <li> <strong>TABLES</strong>
    <li> <strong>VARIOUS OTHER CLASSES</strong>
    <li> <strong>DEPRECATED CLASSES</strong>
    </ul>    
<p>
<ul>
    <li> <strong>COMMAND LINE INTERFACE AND CONFIGURATION FILES</strong>
<p>
<strong>FBB::Arg</strong>: Interfaces the command line arguments, allowing for
    short- and long options. The class is implemented as a <em>Singleton</em>.<br>
    (Manpage: <a href="arg.3.html">arg(3bobcat)</a>)
<p>
<strong>FBB::ArgConfig</strong>: Inherits from <em>Arg</em> and <em>ConfigFile</em> allowing for
    options to be specified as command line options and/or configuration file
    options.  The class is implemented as a <em>Singleton</em>.<br>
    (Manpage: <a href="argconfig.3.html">argconfig(3bobcat)</a>)
<p>
<strong>FBB::CmdFinder</strong>: Command-function associations.<br> 
    (Manpage: <a href="cmdfinder.3.html">cmdfinder(3bobcat)</a>)
<p>
<strong>FBB::CmdFinderBase</strong>: Base class for <em>CmdFinder</em>.<br> 
    (Manpage: <a href="cmdfinderbase.3.html">cmdfinderbase(3bobcat)</a>)
<p>
<strong>FBB::ConfigFile</strong>: Processing standard configuration files.<br> 
    (Manpage: <a href="configfile.3.html">configfile(3bobcat)</a>)
<p>
<li> <strong>CONVERSIONS</strong>
<p>
<strong>FBB::A2x</strong>: Ascii-to-x conversions of any type supporting extractions
    from <em>i[string]stream</em> objects. 
    (Manpage: <a href="a2x.3.html">a2x(3bobcat)</a>)
<p>
<strong>FBB::BigInt</strong>: Wrapper class around the openssl BN_ functions for
    unlimited integer precision arithmetic. <br>
    (Manpage: <a href="bigint.3.html">bigint(3bobcat)</a>)
<p>
<strong>FBB::IBase64Stream</strong>: stream implementing base64 encoding and decoding,
    using a <em>FBB::Base64Streambuf</em> stream buffer.<br> 
    (Manpage: <a href="ibase64stream.3.html">ibase64stream(3bobcat)</a>)
<p>
<strong>FBB::IBase64Streambuf</strong>: <em>FBB::IFilterStreambuf</em> specialization
    implementing base64 encoding and decoding.<br>
    (Manpage: <a href="ibase64streambuf.3.html">ibase64streambuf(3bobcat)</a>)
<p>
<strong>FBB::X2a</strong>: x-to-Ascii conversions of any type supporting insertions
    into <em>o[string]stream</em> objects.<br>
    (Manpage: <a href="x2a.3.html">x2a(3bobcat)</a>)
<p>
<li> <strong>DATE AND TIME</strong>        
<p>
<strong>FBB::DateTime</strong>: Manipulations with date and time values.<br>
    (Manpage: <a href="datetime.3.html">datetime(3bobcat)</a>)
<p>
<li> <strong>ERRORS AND MESSAGE HANDLING</strong>
<p>
<strong>FBB::Exception</strong>: objects of this class accept <em>ostream</em> insertions,
    and are also <em>std::exception</em> objects.<br>
    (Manpage: <a href="exception.3.html">exception(3bobcat)</a>)
<p>
<strong>FBB::level</strong>: Manipulator setting the log-level of <em>FBB::Log</em>
    objects.<br> 
    (Manpage: <a href="level.3.html">level(3bobcat)</a>)
<p>
<strong>FBB::Log</strong>: <em>std::ostream</em> handling log messages.<br>
    (Manpage: <a href="log.3.html">log(3bobcat)</a>)
<p>
<strong>FBB::LogBuffer</strong>: <em>std::streambuf</em> handling log messages.<br>
    (Manpage: <a href="logbuffer.3.html">logbuffer(3bobcat)</a>)
<p>
<strong>FBB::Syslogbuf</strong>: streambuf to
        Buffer generating <strong>syslog</strong>(3) messages. <br>
    (Manpage: <a href="syslogbuf.3.html">syslogbuf(3bobcat)</a>)
<p>
<strong>FBB::SyslogStream</strong>: stream to
        Output stream inserting <strong>syslog</strong>(3) messages. <br>
    (Manpage: <a href="syslogbuf.3.html">syslogbuf(3bobcat)</a>)
<p>
<li> <strong>GENERIC ALGORITHM EXTENSIONS</strong>
<p>
<strong>FBB::binary_search</strong>: A modification of the STL <em>binary_search</em>
    algorithm returning the location of the searched value in a sorted series
    of values. <br>
    (Manpage: <a href="binarysearch.3.html">binarysearch(3bobcat)</a>)
<p>
<strong>FBB::repeat</strong>: Two short extensions of the STL 
    <em>for_each</em> generic algorithm. <br>
    (Manpage: <a href="repeat.3.html">repeat(3bobcat)</a>)
<p>
<li> <strong>INTERNET / NETWORKING</strong>
<p>
<strong>FBB::CGI</strong>: a class implementing the facilities accessing the data made 
    available through the Common Gateway Interface.<br>
    (Manpage: <a href="cgi.3.html">cgi(3bobcat)</a>)
<p>
<strong>FBB::Cidr</strong>: a class testing whether IP4 Internet addresses belong to
    address ranges defined by Classless Inter-Domain Routing (CIDR) address
    block specifications.<br> 
    (Manpage: <a href="cidr.3.html">cidr(3bobcat)</a>)
<p>
<strong>FBB::ClientSocket</strong>: a socket for tcp-communication with a server.<br>
    (Manpage: <a href="clientsocket.3.html">clientsocket(3bobcat)</a>)
<p>
<strong>FBB::GetHostent</strong>: Obtains <em>hostent</em> struct from hostname or
    -address. <br>
    (Manpage: <a href="gethostent.3.html">gethostent(3bobcat)</a>)
<p>
<strong>FBB::Hostname</strong>: Derived from <em>Hostent</em>, allows the initialization
    from a <em>std::string</em>, or from an <em>FBB::InetAddrress</em>. <br>
    (Manpage: <a href="hostname.3.html">hostname(3bobcat)</a>)
<p>
<strong>FBB::InetAddress</strong>: Base class (no public constructor) for objects
    representing an internet address as used with sockets. Contains address
    and portnumbers. <br>
    (Manpage: <a href="inetaddress.3.html">inetaddress(3bobcat)</a>)
<p>
<strong>FBB::Hostent</strong>: Wrapper around the <em>hostent</em> struct. <br>
    (Manpage: <a href="hostent.3.html">hostent(3bobcat)</a>)
<p>
<strong>FBB::LocalClientSocket</strong>: a Unix domain socket for 
    tcp-communication with a Unix domain (local) server.<br>
    (Manpage: <a href="localclientsocket.3.html">localclientsocket(3bobcat)</a>)
<p>
<strong>FBB::LocalServerSocket</strong>: defines a Unix domain socket to which
    clients on the local host can connect.<br> 
    (Manpage: <a href="localserversocket.3.html">localserversocket(3bobcat)</a>)
<p>
<strong>FBB::LocalSocketBase</strong>: Base class for <em>LocalClientSocket</em> and
    <em>LocalServerSocket</em>. 
        <br>
    (Manpage: <a href="localsocketbase.3.html">localsocketbase(3bobcat)</a>)
<p>
<strong>FBB::MailHeaders</strong>: extracts mail headers from SMTP-email.<br>
    (Manpage: <a href="mailheaders.3.html">mailheaders(3bobcat)</a>)
<p>
<strong>FBB::Milter</strong>: interfaces the sendmail mail filter facilities.<br>
    (Manpage: <a href="milter.3.html">milter(3bobcat)</a>)
<p>
<strong>FBB::ServerSocket</strong>: defines a socket to which clients can connect.<br>
    (Manpage: <a href="serversocket.3.html">serversocket(3bobcat)</a>)
<p>
<strong>FBB::SocketBase</strong>: Base class for <em>ClientSocket</em> and <em>ServerSocket</em>.
        <br>
    (Manpage: <a href="socketbase.3.html">socketbase(3bobcat)</a>)
<p>
<li> <strong>OPENSSL AND ENCRYPTION</strong>
<p>
<strong>FBB::BigInt</strong>: Wrapper class around the openssl BN_ functions for
    unlimited integer precision arithmetic. <br>
    (Manpage: <a href="bigint.3.html">bigint(3bobcat)</a>)
<p>
<strong>FBB::DecryptBuf</strong>: Decrypting information.<br>
    (Manpage: <a href="decryptbuf.3.html">decryptbuf(3bobcat)</a>)
<p>
<strong>FBB::DiffieHellman</strong>: Computing shared keys using the Diffie-Hellman
    algorithm.<br> 
    (Manpage: <a href="diffiehellman.3.html">diffiehellman(3bobcat)</a>)
<p>
<strong>FBB::DigestBuf</strong>: Computing message digests.<br>
    (Manpage: <a href="digestbuf.3.html">digestbuf(3bobcat)</a>)
<p>
<strong>FBB::EncryptBuf</strong>: Encrypting information.<br>
    (Manpage: <a href="encryptbuf.3.html">encryptbuf(3bobcat)</a>)
<p>
<strong>FBB::HmacBuf</strong>: Computing HMAC message digests.<br>
    (Manpage: <a href="hmacbuf.3.html">hmacbuf(3bobcat)</a>)
<p>
<strong>FBB::ISymCryptStream</strong>: stream implementing symmetric encryption and
    decryption, using a <em>FBB::ISymCryptStreambuf</em> stream buffer.<br>
    (Manpage: <a href="isymcryptstream.3.html">isymcryptstream(3bobcat)</a>)
<p>
<strong>FBB::ISymCryptStreambuf</strong>: <em>FBB::IFilterStreambuf</em> specialization
    implementing symmetric cryptography.<br>
    (Manpage: <a href="isymcryptstreambuf.3.html">isymcryptstreambuf(3bobcat)</a>)
<p>
<li> <strong>PATTERN MATCHING</strong>
<p>
<strong>FBB::Glob</strong>: Obtain a list of files matching a certain pattern.<br>
    (Manpage: <a href="glob.3.html">glob(3bobcat)</a>)
<p>
<strong>FBB::Pattern</strong>: Performs regular expression pattern matching.<br>
    (Manpage: <a href="pattern.3.html">pattern(3bobcat)</a>)
<p>
<li> <strong>PROCESSES AND SIGNALS</strong>
<p>
<strong>FBB::Fork</strong>: Defines <strong>fork</strong>(2) as part of a Template Algorithm Design
    Pattern. <br>
    (Manpage: <a href="fork.3.html">fork(3bobcat)</a>)
<p>
<strong>FBB::Process</strong>: Runs child processes, defining pipes between parents and
    child processes. <br>
    (Manpage: <a href="process.3.html">process(3bobcat)</a>)
<p>
<strong>FBB::Signal</strong>: Defines signals, allowing signal handlers to use object's
    data members c.q. to call object's members functions. <br>
    (Manpage: <a href="signal.3.html">signal(3bobcat)</a>)
<p>
<li> <strong>STREAMS AND FILES</strong>
<p>
<strong>FBB::DigestBuf</strong>: Computing message digests.<br>
    (Manpage: <a href="digestbuf.3.html">digestbuf(3bobcat)</a>)
<p>
<strong>FBB::IFdStream</strong>: stream extracting information from a device whose
        file descriptor is available. <br>
    (Manpage: <a href="ifdstream.3.html">ifdstream(3bobcat)</a>)
<p>
<strong>FBB::IFdStreambuf</strong>: Input stream buffer initialized by a file
        descriptor.<br>
    (Manpage: <a href="ifdstreambuf.3.html">ifdstreambuf(3bobcat)</a>)
<p>
<strong>FBB::IFilterStreambuf</strong>: <em>std::streambuf</em> specialization implementing
    an <em>std::istream</em> filtering design pattern.<br>
    (Manpage: <a href="ifilterstreambuf.3.html">ifilterstreambuf(3bobcat)</a>)
<p>
<strong>FBB::IOStream</strong>: class combining <em>std::istream</em> and <em>std::ostream</em>
    features. <br>
    (Manpage: <a href="iostream.3.html">iostream(3bobcat)</a>)
<p>
<strong>FBB::IOStreambuf</strong>: <em>std::streambuf</em> specialization allowing combined 
    input and output operations. <br>
    (Manpage: <a href="iostreambuf.3.html">iostreambuf(3bobcat)</a>)
<p>
<strong>FBB::IRandStream</strong>: stream to extract random numbers from. <br>
    ((Manpage: <a href="irandstream.3.html">irandstream(3bobcat)</a>))
<p>
<strong>FBB::ISharedStream</strong>: <em>std::istream</em> operations on shared memory.<br>
    (Manpage: <a href="isharedstream.3.html">isharedstream(3bobcat)</a>)
<p>
<strong>FBB::lm</strong>: Manipulator setting the left margin of <em>FBB::OFoldStream</em>
    objects.<br> 
    (Manpage: <a href="lm.3.html">lm(3bobcat)</a>)
<p>
<strong>FBB::Mbuf</strong>: <em>std::streambuf</em> specialization for inserting messages,
    mainly used by <em>FBB::Mstream</em> objects. <br>
    (Manpage: <a href="mbuf.3.html">mbuf(3bobcat)</a>)
<p>
<strong>FBB::mlm</strong>: Manipulator modifying the left margin of
    <em>FBB::OFoldStream</em> objects.<br> 
    (Manpage: <a href="mlm.3.html">mlm(3bobcat)</a>)
<p>
<strong>FBB::Mstream</strong>: Inserts messages into streams. <br>
    (Manpage: <a href="mstream.3.html">mstream(3bobcat)</a>)
<p>
<strong>FBB::MultiStreambuf</strong>: <em>std::streambuf</em> specializations performing
    insertions to multiple <em>std::ostream</em> objects.<br>
    (Manpage: <a href="multistreambuf.3.html">multistreambuf(3bobcat)</a>)
<p>
<strong>FBB::OFdStream</strong>: stream inserting information into a device whose
        file descriptor is available. <br>
    (Manpage: <a href="ofdstream.3.html">ofdstream(3bobcat)</a>)
<p>
<strong>FBB::OFdStreambuf</strong>: Output stream buffer initialized by a file
        descriptor.<br>
    (Manpage: <a href="ofdstreambuf.3.html">ofdstreambuf(3bobcat)</a>)
<p>
<strong>FBB::OFilterStreambuf</strong>: <em>std::streambuf</em> specialization implementing
    an <em>std::ostream</em> filtering design pattern.<br>
    (Manpage: <a href="ofilterstreambuf.3.html">ofilterstreambuf(3bobcat)</a>)
<p>
<strong>FBB::OFoldStream</strong>: <em>std::ostream</em> using an <em>OFoldStreambuf</em> as its
    streambuf. <br>
    (Manpage: <a href="ofoldstream.3.html">ofoldstream(3bobcat)</a>)
<p>
<strong>FBB::OFoldStreambuf</strong>: <em>OFilterStreambuf</em> (<em>std::streambuf</em>)
    specialization folding text lines between left and right margins.<br>
    (Manpage: <a href="ofoldstreambuf.3.html">ofoldstreambuf(3bobcat)</a>)
<p>
<strong>FBB::OHexStreambuf</strong>: <em>OHexStreambuf</em> (<em>std::streambuf</em>)
    specialization inserting characters into a stream by their hex values.<br>
    (Manpage: <a href="ohexstreambuf.3.html">ohexstreambuf(3bobcat)</a>)
<p>
<strong>FBB::OSharedStream</strong>: <em>std::ostream</em> operations on shared memory.<br>
    (Manpage: <a href="osharedstream.3.html">osharedstream(3bobcat)</a>)
<p>
<strong>FBB::Pipe</strong>: Defines a system level pipe. <br>
    (Manpage: <a href="pipe.3.html">pipe(3bobcat)</a>)
<p>
<strong>FBB::Randbuffer</strong>: implements a <em>streambuf</em> generating random 
    numbers. <br>
    (Manpage: <a href="randbuffer.3.html">randbuffer(3bobcat)</a>)
<p>
<strong>FBB::ReadLineBuf</strong>: implements a <em>streambuf</em> using the Gnu
    <em>readline</em> library to allow editing an <em>std::istream</em>'s contents. <br>
    (Manpage: <a href="readlinebuf.3.html">readlinebuf(3bobcat)</a>)
<p>
<strong>FBB::ReadLineHistory</strong>: provides access to the history of lines read
    from a <em>ReadLineBuf</em>. <br>
    (Manpage: <a href="readlinehistory.3.html">readlinehistory(3bobcat)</a>)
<p>
<strong>FBB::ReadLineStream</strong>: <em>std::istream</em> class using a <em>ReadLineBuf</em> 
    for its <em>std::streambuf</em>. <br>
    (Manpage: <a href="readlinestream.3.html">readlinestream(3bobcat)</a>)
<p>
<strong>FBB::Redirector</strong>: Defines system level file redirection. <br>
    (Manpage: <a href="redirector.3.html">redirector(3bobcat)</a>)
<p>
<strong>FBB::Selector</strong>: Offers timed delays and multiple file I/O. <br>
    (Manpage: <a href="selector.3.html">selector(3bobcat)</a>)
<p>
<strong>FBB::SharedStream</strong>: I/O operations on shared memory.<br>
    (Manpage: <a href="sharedstream.3.html">sharedstream(3bobcat)</a>)
<p>
<strong>FBB::SharedStreambuf</strong>: <em>std::streambuf</em> interfacing to shared
        memory.<br>
    (Manpage: <a href="sharedstreambuf.3.html">sharedstreambuf(3bobcat)</a>)
<p>
<strong>FBB::Stat</strong>: Determines file characteristics.<br>
    (Manpage: <a href="stat.3.html">stat(3bobcat)</a>)
<p>
<strong>FBB::TempStream</strong>: Temporary fstream. <br>
    (Manpage: <a href="tempstream.3.html">tempstream(3bobcat)</a>)
<p>
<li> <strong>SHARED MEMORY</strong>
<p>
<strong>FBB::ISharedStream</strong>: <em>std::istream</em> operations on shared memory.<br>
    (Manpage: <a href="isharedstream.3.html">isharedstream(3bobcat)</a>)
<p>
<strong>FBB::OSharedStream</strong>: <em>std::ostream</em> operations on shared memory.<br>
    (Manpage: <a href="osharedstream.3.html">osharedstream(3bobcat)</a>)
<p>
<strong>FBB::SharedBlock</strong>: Shared memory data block info.<br>
    (Manpage: <a href="sharedblock.3.html">sharedblock(3bobcat)</a>)
<p>
<strong>FBB::SharedMemory</strong>: Shared memory structure.<br>
    (Manpage: <a href="sharedmemory.3.html">sharedmemory(3bobcat)</a>)
<p>
<strong>FBB::SharedMutex</strong>: Mutex for shared memory.<br>
    (Manpage: <a href="sharedmutex.3.html">sharedmutex(3bobcat)</a>)
<p>
<strong>FBB::SharedPos</strong>: Shared Memory offset controller.<br>
    (Manpage: <a href="sharedpos.3.html">sharedpos(3bobcat)</a>)
<p>
<strong>FBB::SharedSegment</strong>: Shared memory data structure.<br>
    (Manpage: <a href="sharedsegment.3.html">sharedsegment(3bobcat)</a>)
<p>
<strong>FBB::SharedStream</strong>: I/O operations on shared memory.<br>
    (Manpage: <a href="sharedstream.3.html">sharedstream(3bobcat)</a>)
<p>
<strong>FBB::SharedStreambuf</strong>: <em>std::streambuf</em> interfacing to shared
        memory.<br>
    (Manpage: <a href="sharedstreambuf.3.html">sharedstreambuf(3bobcat)</a>)
<p>
<li> <strong>TABLES</strong>
<p>
<strong>FBB::Align</strong>: Specifies <em>Table(Buf)</em> column and element
    alignments.<br>
    (Manpage: <a href="align.3.html">align(3bobcat)</a>)
<p>
<strong>FBB::Table</strong>: Display tables row- or column-wise.<br>
    (Manpage: <a href="table.3.html">table(3bobcat)</a>)
<p>
<strong>FBB::TableBuf</strong>: Display tables row- or column-wise.<br>
    (Manpage: <a href="tablebuf.3.html">tablebuf(3bobcat)</a>)
<p>
<strong>FBB::TableLines</strong>: Support class for the class <em>Table(Buf)</em>.<br>
    (Manpage: <a href="tablelines.3.html">tablelines(3bobcat)</a>)
<p>
<strong>FBB::TableSupport</strong>: Support class for the class <em>Table(Buf)</em>.<br>
    (Manpage: <a href="tablesupport.3.html">tablesupport(3bobcat)</a>)
<p>
<li> <strong>VARIOUS OTHER CLASSES</strong>
<p>
<strong>FBB::BinOps</strong>: A series of function templates implementing binary
    operators for classes that implement the matching binary assignment
    operators themselves. <br>
    (Manpage: <a href="binops.3.html">binops(3bobcat)</a>)
<p>
<strong>FBB::fswap</strong>: templates implementing memory bytes based swap
        functionality <br>
    (Manpage: <a href="fswap.3.html">fswap(3bobcat)</a>)
<p>
<strong>FBB::Indent</strong>: Class and manipulators performing text indentation. <br>
    (Manpage: <a href="indent.3.html">indent(3bobcat)</a>)
<p>
<strong>FBB::Hash...</strong>: Various template classes implementing mapping containers
    using hashing.<br>
    (Manpage: <a href="hash.3.html">hash(3bobcat)</a>)
<p>
<strong>FBB::OneKey</strong>: Single keystroke input, not requiring `Return'.<br>
    (Manpage: <a href="onekey.3.html">onekey(3bobcat)</a>)
<p>
<strong>FBB::PrimeFactors</strong>: Performs the prime-number factorization of (BigInt)
    values.<br>
    (Manpage: <a href="primefactors.3.html">primefactors(3bobcat)</a>)
<p>
<strong>FBB::PtrIter</strong>: Input iterator whose dereferenced value returns a
    pointer rather than a reference to an element. Also offers: a <em>ptrIter</em>
    function template. <br>
    (Manpage: <a href="ptriter.3.html">ptriter(3bobcat)</a>)
<p>
<strong>FBB::Ranger</strong>: class creating ranges that are accepted by range-based
    for-loops. Also offered: a <em>ranger</em> function template. <br>
    (Manpage: <a href="ranger.3.html">ranger(3bobcat)</a>)
<p>
<strong>FBB::String</strong>: Offers extended <em>std::string</em> functionality.<br>
    (Manpage: <a href="string.3.html">string(3bobcat)</a>)
<p>
<strong>FBB::StringLine</strong>: Offers <em>operator&gt;&gt;</em> extracting lines from
        <em>std::istream</em> objects.<br>
    (Manpage: <a href="stringline.3.html">stringline(3bobcat)</a>)
<p>
<strong>FBB::TypeTrait</strong>: Traits class template to determine various
    characteristics of types.<br>
    (Manpage: <a href="typetrait.3.html">typetrait(3bobcat)</a>)
<p>
<strong>FBB::User</strong>: Determines the current user's parameters from
    <em>/etc/passwd</em>.<br>
    (Manpage: <a href="user.3.html">user(3bobcat)</a>)
<p>
<strong>FBB::Xpointer</strong>: sets and retrieves the X-windows pointer.<br>
    (Manpage: <a href="xpointer.3.html">xpointer(3bobcat)</a>)
<p>
<li> <strong>DEPRECATED CLASSES</strong>
        Deprecated classes should no longer be used. Their functionality is
        better provided by other classes. The deprecated classes are no
        longer maintained.
<p>
<strong>FBB::AutoPtr</strong>: replacement: <strong>C++-11</strong> <em>std::shared_ptr</em> and
        <em>unique_ptr</em>.<br>
<p>
<strong>FBB::Errno</strong>: replacement: <em>FBB::Exception</em>.<br>
<p>
<strong>FBB::FnWrap</strong>: replacement: <strong>C++-11</strong> lambda functions.<br>
<p>
<strong>FBB::for_each</strong>: replacement: <strong>C++-11</strong> lambda functions.<br>
<p>
<strong>FBB::Msg</strong>: replacement: <em>FBB::Mstream</em>.<br>
<p>
<strong>FBB::RefCount</strong>: replacement: <strong>C++-11</strong> <em>std::shared_ptr</em> and
        <em>unique_ptr</em>.<br>
    </ul>
<p>
<h2>LINKING</h2>
<p>
To link programs against the shared <strong>Bobcat</strong> library (e.g.,
<em>libbobcat3.so</em>) it is usually sufficient to merely specify
<em>-lbobcat</em>. E.g.,
        <pre>

    g++ --std=c++11 main.cc -lbobcat
        
</pre>

<p>
Due to a change in library handling by the linker
(cf. <a href="http://fedoraproject.org/wiki/UnderstandingDSOLinkChange">http://fedoraproject.org/wiki/UnderstandingDSOLinkChange</a> and
<a href="https://wiki.debian.org/ToolChain/DSOLinking">https://wiki.debian.org/ToolChain/DSOLinking</a>), implemented in 2013,
libraries that are indirectly required are no longer automatically linked to
your program. With some classes (e.g., <em>BigInt</em>) the <em>libcrypto</em> library
must also be specified, and programs using such classes must be linked against
<em>bobcat</em> and <em>crypto</em>:
        <pre>

    g++ --std=c++11 main.cc -lbobcat -lcrypto
        
</pre>

    Man-pages of classes requiring additional libraries mention these
additional libraries in their <strong>SYNOPSIS</strong> sections. 
<p>
When using <em>static</em> linking, the situation is slightly more problematic,
and no general rule can be provided here. To create a statically linked
program the flag <em>-static</em> must be provided, but in addition the
<em>-pthread</em> flag must often be specified as well. If, when statically linking
your program, undefined references to <em>pthread_...</em> identifiers are
reported, then that is a sure sign that you need to provide the <em>-pthread</em>
flag as well.
<p>
When using static linking additional libraries, not specified at the
man-pages, may also be required. E.g., when using the <em>Xpointer</em> class and
using static linking, the command becomes:
        <pre>

    g++  main.cc -static -pthread -lbobcat -lX11 -lxcb  -lXdmcp -lXau 
        
</pre>

    When encountering undefined references when using static linking missing 
libraries may be suggested by the linker or by its error
messages. Alternatively, the missing libraries may be found by searching the
Internet. 
<p>
<h2>FILES</h2>
    <ul>
    <li> <strong>/usr/include/bobcat/&lt;classname&gt;</strong>:<br>
    <li> <strong>/usr/lib/libbobcat.*</strong>:<br> (shared, static libraries)
    </ul>
<p>
<h2>SEE ALSO</h2>
    The individual <strong>bobcat/3&lt;class&gt;</strong> header files, with man-pages accessible
    using <em>man -e bobcat class</em> (all lowercase names)
<p>
<h2>BUGS</h2>
    No Reported Bugs.
<p>

<h2>DISTRIBUTION FILES</h2>
    <ul>
    <li> <em>bobcat_3.19.01-x.dsc</em>: detached signature;
    <li> <em>bobcat_3.19.01-x.tar.gz</em>: source archive;
    <li> <em>bobcat_3.19.01-x_i386.changes</em>: change log;
    <li> <em>libbobcat1_3.19.01-x_*.deb</em>: debian package holding the
            libraries;
    <li> <em>libbobcat1-dev_3.19.01-x_*.deb</em>: debian package holding the
            libraries, headers and manual pages;
    <li> <em>http://sourceforge.net/projects/bobcat</em>: public archive location;
    </ul>
<p>
<h2>BOBCAT</h2>
    Bobcat is an acronym of `Brokken's Own Base Classes And Templates'.
<p>
<h2>COPYRIGHT</h2>
    This is free software, distributed under the terms of the 
    GNU General Public License (GPL).
<p>
<h2>AUTHOR</h2>
    Frank B. Brokken (<strong>f.b.brokken@rug.nl</strong>).
<p>