Package libbobcat5
- a2x(3bobcat) β Objects performing ascii\-to\-x (anything) conversions
- align(3bobcat) β Class used to align elements in Table objects
- arg(3bobcat) β A singleton class interfacing command line arguments
- argconfig(3bobcat) β A singleton class processing program arguments
- bigint(3bobcat) β Arithmetic on Integers of Unlimited Size
- binarysearch(3bobcat) β Extensions to the STL binary_search function
- binops(3bobcat) β Template functions for class\-type binary operators
- binopsbase(3bobcat) β Class template offering class\-type binary operators
- bobcat(7) β Overview of classes in the Bobcat library
- cerrextractor(3bobcat) β Runs external programs writing standard error
- cgi(3bobcat) β handles GET and POST submitted form data
- cidr(3bobcat) β Compares IP4 addresses to CIDR specifications
- cininserter(3bobcat) β Runs external programs reading standard input
- clientsocket(3bobcat) β Client Socket connecting to a Server in the Internet
- cmdfinder(3bobcat) β Determine (member) function associated with a command
- cmdfinderbase(3bobcat) β Base class for the class CmdFinder
- config(3bobcat) β A class processing standard unix\-like configuration files
- configfile(3bobcat) β A class processing standard unix\-like configuration files
- coutextractor(3bobcat) β Runs external programs writing standard output
- cryptbuf(3bobcat) β std::streambuf derived base class for DecryptBuf
- csv4180(3bobcat) β Converter for comma separated values
- csvtable(3bobcat) β sequentially fills tables row\-wise
- datetime(3bobcat) β Performs Date and Time Computations
- decryptbuf(3bobcat) β Decrypts information using various methods into a std::ostream
- diffiehellman(3bobcat) β Diffie\-Hellman PKI, computing shared keys
- digestbuf(3bobcat) β Computes Message Digests from information inserted into a
- encryptbuf(3bobcat) β Encrypts information using various methods into a std::ostream
- eoi(3bobcat) β std::streambuf class offering an eoi manipulator
- eoibuf(3bobcat) β std::streambuf class offering an eoi manipulator
- exception(3bobcat) β std::exception objects acception stream insertions
- exec(3bobcat) β Runs external programs
- field(3bobcat) β sets and retrieves offset based number fields
- fork(3bobcat) β Implements fork(2) using the Template Design Pattern
- fswap(3bobcat) β generic template fast swap function
- gethostent(3bobcat) β Obtain hostent struct from hostname or \-address
- glob(3bobcat) β Wrapper around glob(3) to find files matching a pattern
- hash(3bobcat) β Various mapping template classes using hashing
- hmacbuf(3bobcat) β Computes HMAC Message Digests from information inserted into a
- hostent(3bobcat) β Wrapper around a struct hostent
- hostname(3bobcat) β Contains name/address info about a host
- ibase64buf(3bobcat) β Input Filtering stream buffer doing base64 conversion
- ibase64stream(3bobcat) β Std::istream performing base64 encoding and decoding
- ifdbuf(3bobcat) β Input stream buffer initialized by a file descriptor
- ifdstream(3bobcat) β Input Stream initialized by a File Descriptor
- ifilterbuf(3bobcat) β Filtering stream buffer initialized by a std::istream object
- indent(3bobcat) β Configurable text indentation
- inetaddress(3bobcat) β Converting between host byte order and network byte order
- iobuf(3bobcat) β streambuf allowing input and output operations
- iostream(3bobcat) β Combines std::istream and std::ostream features
- iquotedprintablebuf(3bobcat) β Input Filtering stream buffer doing quoted printable conversions
- iquotedprintablestream(3bobcat) β Std::istream performing quoted\-printable encoding and
- irandstream(3bobcat) β Istream producing random numbers
- isharedstream(3bobcat) β std::istream operations on shared memory
- isymcryptbuf(3bobcat) β Input Filtering stream buffer doing symmetric encryption
- isymcryptstream(3bobcat) β Istream performing symmetric encryption
- iterator(3bobcat) β Iterator returning plain values when dereferenced
- ldc(3bobcat) β Converts (large) digital values to characters
- level(3bobcat) β Manipulator setting the log\-level of FBB::Log objects
- linearmap(3bobcat) β A mapping container using linear searching
- lm(3bobcat) β Manipulator setting left margins of OFoldStream objects
- localclientsocket(3bobcat) β Client Socket connecting to a Server in the Unix Domain
- localserversocket(3bobcat) β Unix Domain Server socket accepting connection requests
- localsocketbase(3bobcat) β Base class for Unix Domain socket\-constructing classes
- log(3bobcat) β std::ostream handling log messages
- logbuf(3bobcat) β std::streambuf handling log messages
- mailheaders(3bobcat) β Handles SMTP Mail Headers
- manipulators(3bobcat) β Manipulators defined in the FBB namespace
- mbuf(3bobcat) β std::streambuf handling messages
- milter(3bobcat) β Interface to the sendmail mail filter facilities
- mlm(3bobcat) β Manipulator modifying left margins of OFoldStream
- mstream(3bobcat) β Generic message handling stream
- multibuf(3bobcat) β Selectively writes multiple streams
- ofdbuf(3bobcat) β Output stream buffer initialized by a file descriptor
- ofdstream(3bobcat) β Output Stream initialized by a File Descriptor
- ofilterbuf(3bobcat) β Base class for std::ostream filtering
- ofoldbuf(3bobcat) β Folds long lines written to ostream
- ofoldstream(3bobcat) β Folds long lines
- ohexbuf(3bobcat) β Writes characters written to an ostream as hex
- omutexstream(3bobcat) β Offers mutex protected std::ostream facilities
- onekey(3bobcat) β Single keystroke input, not requiring `Return\(cq
- osharedstream(3bobcat) β std::ostream operations on shared memory
- pattern(3bobcat) β Performs RE pattern matching
- pipe(3bobcat) β Defines a system level communication pipe
- primefactors(3bobcat) β Performs the prime\-number factorization of
- process(3bobcat) β Runs external programs
- ptriter(3bobcat) β Iterator returning pointer when dereferenced
- randbuf(3bobcat) β std::streambuf generating random numbers
- ranger(3bobcat) β generalizes ranges for range\-based for\-loops
- readlinebuf(3bobcat) β std::streambuf offering line\-editing and history
- readlinehistory(3bobcat) β std::streambuf offering line\-editing and history
- readlinestream(3bobcat) β std::istream offering line\-editing and history
- redirector(3bobcat) β Redirects a file descriptor to another descriptor
- repeat(3bobcat) β call a (member) function a fixed number of times
- reverse(3bobcat) β A class template offering reverse iterators
- selector(3bobcat) β Timed delays, Alarms and Multiple File I/O.
- semaphore(3bobcat) β Implements the Semaphore type designed by Dijkstra
- serversocket(3bobcat) β Server socket accepting Internet connection requests
- sharedblock(3bobcat) β Shared memory data block info
- sharedbuf(3bobcat) β streambuf interfacing to shared memory
- sharedcondition(3bobcat) β Shared Memory Condition Variable
- sharedmemory(3bobcat) β Shared Memory memory structure
- sharedmutex(3bobcat) β Mutex for shared memory
- sharedpos(3bobcat) β Shared Memory offset controller
- sharedreadme(7bobcat) β Description of Bobcat\(cqs shared memory classes
- sharedsegment(3bobcat) β Shared Memory data structure
- sharedstream(3bobcat) β I/O operations on shared memory
- signal(3bobcat) β Signal Handler
- socketbase(3bobcat) β Base class for socket\-constructing classes
- stat(3bobcat) β Determines File Characteristics
- stdextractor(3bobcat) β Runs external programs writing standard error
- string(3bobcat) β Several operations on std::string objects
- stringline(3bobcat) β extracting lines using operator>>
- syslogbuf(3bobcat) β A streambuf object inserting syslog messages
- syslogstream(3bobcat) β An output stream inserting syslog messages
- table(3bobcat) β Generates row\- or column\-wise filled tables
- tablebuf(3bobcat) β Generates row\- or column\-wise filled tables from
- tablelines(3bobcat) β A TableSupport specialization writing horizontal
- tablesupport(3bobcat) β Defines protocols for Table\-support classes
- tempstream(3bobcat) β Temporary fstream
- tty(3bobcat) β Controls echoing of characters entered at the terminal
- typetrait(3bobcat) β Type trait class
- user(3bobcat) β Provides the /etc/passwd info of the current user
- x2a(3bobcat) β Objects performing x\-to\-Ascii conversions
- xpointer(3bobcat) β Sets the location of the X\-windows pointer
