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.
|
Engine | stream serialization of persistent classes.
|
Entity | state entity for all HTML entries.
|
Event | Thread synchornization on event notification.
|
File | Portable disk file access.
|
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.
|
LockedFile | shared file access between different processes.
|
MappedFile | map a named disk file into memory.
|
Mutex | Mutex lock for protected access.
|
MutexCounter | Thread protected integer counter.
|
NamedPipe | Create and open a named pipe.
|
NewFile | create a new file pathname.
|
PersistException | |
Pipe | kernel buffering between processes and/or threads.
|
Semaphore | Semaphore counter for thread synchronization.
|
SharedFile | Shared concurrent file access from multiple threads.
|
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.
|
Thread | base class used to derive all threads of execution.
|
ThreadKey | container for thread specific data storage.
|
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.
|
__EXPORT | load text configuration files into keyword pairs.
|
tcpstream | C++ "fstream" style tcpstream class.
|