| AtomicCounter | atomic counter operation.
|
| BaseObject | Base class for classes that will be persistent.
|
| Body | HTML entity for document body.
|
| BroadcastAddress |
The broadcast address object is used to store the broadcast address for
a specific subnet. |
| Buffer | Producer/Consumer buffer for use between threads.
|
| DSO | Dynamic class file loader.
|
| Dir | low level directory access class.
|
| Engine | stream serialization of persistent classes.
|
| Entity | state entity for all HTML entries.
|
| Event | Thread synchornization on event notification.
|
| FIFOSession |
The FIFOSession produces a seperate thread which can manage a fifo
stream session. |
| FixedBuffer | producer/consumer buffer for fixed size objects.
|
| Frameset | HTML entity for doucment frameset container.
|
| HTMLDocument | whole html document entity.
|
| Head | HTML entity for document header.
|
| InetAddress | Internet Address binary data type.
|
| InetHostAddress | Address of a specific Internet host machine.
|
| InetMaskAddress | Internet Address Mask such as subnet masks.
|
| Keydata | load text configuration files into keyword pairs.
|
| MappedFile | map a named disk file into memory.
|
| MemPager | Accumulative object memory allocator.
|
| Mutex | Mutex lock for protected access.
|
| MutexCounter | Thread protected integer counter.
|
| PersistException | |
| Pipe | kernel buffering between processes and/or threads.
|
| RandomFile | Portable random disk file access.
|
| ScriptCommand | Bayonne script keyword binding tables and compiler constants.
|
| ScriptImage | Script compiler image set.
|
| ScriptInterp | Extensible Bayonne Scripting Engine.
|
| ScriptSymbol | Symbol table management for scripting engine.
|
| Semaphore | Semaphore counter for thread synchronization.
|
| Serial | base class for all serial I/O services.
|
| SerialPort | base class for thread pool serviced serial I/O.
|
| SerialService | Thread pool service for serial ports.
|
| SharedFile |
This class defines a database I/O file service that can be shared
by multiple processes. |
| SharedMemPager | mutex protected memory pager.
|
| Slog | system logging fascility class.
|
| Socket | base class of all sockets.
|
| SocketPort | base class for realtime and thread pool serviced protocols.
|
| SocketService | Thread pool service object for socket ports.
|
| TCPSession | Threaded streamable socket with non-blocking constructor.
|
| TCPSocket | bound server for TCP streams and sessions.
|
| TCPStream | streamable TCP socket connection.
|
| TTYSession | |
| TTYStream | streamable tty serial I/O class.
|
| Thread | base class used to derive all threads of execution.
|
| ThreadFile |
This class defines a database I/O file service that can be shared
by multiple threads. |
| ThreadKey | container for thread specific data storage.
|
| ThreadLock | Posix rwlock extension for protected access.
|
| TimerPort | synchronized millisecond timing for service threads.
|
| TypeManager | Type manager for persistence engine.
|
| UDPBroadcast | Unreliable Datagram for subnet broadcasts.
|
| UDPDuplex | Unreliable Datagram Peer Associations.
|
| UDPReceive | Unreliable Datagram Peer Associations.
|
| UDPSocket | Unreliable Datagram Protocol sockets.
|
| UDPTransmit | Unreliable Datagram Peer Associations.
|
| Vector2D | 2d vector array operations. |
| Writer | output html to stdout.
|
| fifostream |
This class provides a few alterations to the standard fstream class
for dealing with fifo devices. |
| tcpstream | C++ "fstream" style tcpstream class.
|
| ttystream | C++ "fstream" style ttystream class.
|