 ost::ThreadQueue::_data | |
 ost::File::_fcb | |
 ost::AppLog | Application logger is a class that implements a logger that can be used by applications to save log file somewhere on the system |
 ost::Assoc | This class is used to associate (object) pointers with named strings |
 ost::AtomicCounter | Offers thread-safe manipulation of an integer counter |
 ost::BaseObject | BaseObject |
 ost::Cancellation | A class to automatically set the thread cancellation mode of a member function |
 ost::cistring_char_traits< charT > | |
 ost::CommandOption | CommandOption is the base class for all command line options |
  ost::CommandOptionNoArg | CommandOption type for flags |
  ost::CommandOptionWithArg | Derived class of CommandOption for options that have a value associated with them |
   ost::CommandOptionArg | Class for options with an argument e.g |
   ost::CommandOptionCollect | It only makes sense to have a single one of these set and it is also exclusive with CommandOptionRest |
   ost::CommandOptionRest | It only makes sense to have a single one of these set and it is exclusive with CommandOptionCollect |
 ost::CommandOptionParse | This is the CommandOptionParse interface class |
 ost::Conditional | A conditional variable synchcronization object for one to one and one to many signal and control events between processes |
  ost::Buffer | The buffer class represents an IPC service that is built upon a buffer of fixed capacity that can be used to transfer objects between one or more producer and consumer threads |
   ost::FixedBuffer | A buffer class that holds a known capacity of fixed sized objects defined during creation |
 ost::Counter< T > | The counter template is used for generic objects which act as automatic counters |
 ost::Date | Uses a julian date representation of the current year, month, and day |
  ost::DateNumber | A number class that manipulates a string buffer that is also a date |
  ost::Datetime | Uses a julian date representation of the current year, month, and day and a integer representation of the current time |
 ost::Keydata::Define | |
 ost::Digest | The digest base class is used for implementing and deriving one way hashing functions |
  ost::ChecksumDigest | A simple checksum digest function |
  ost::CRC16Digest | A crc16 collection/compution hash accumulator class |
  ost::CRC32Digest | A crc32 collection/computation hash accumulator class |
  ost::MD5Digest | A md5 collection/computation accululator class |
 ost::DirTree | A generic class to walk a hierarchical directory structure |
 ost::DSO | The DSO dynamic loader class is used to load object files |
 ost::Engine | Engine |
 ost::Event | Implements a feature originally found in the WIN32 API; event notification |
 ost::File | |
  ost::Dir | A low level portable directory class |
  ost::RandomFile | The purpose of this class is to define a base class for low level random file access that is portable between Win32 and Posix systems |
   ost::MappedFile | Create and map a disk file into memory |
   ost::SharedFile | This class defines a database I/O file service that can be shared by multiple processes |
   ost::ThreadFile | This class defines a database I/O file service that can be shared by multiple threads |
 ost::HEXdump | Produces a dump of a buffer in a hexdump way with its code Ascii translation and relative buffer address |
 ost::AppLog::Ident | Ident class that represents module name |
 ost::IPV4Address | The network name and address objects are all derived from a common IPV4Address base class |
  ost::IPV4Broadcast | The broadcast address object is used to store the broadcast address for a specific subnet |
  ost::IPV4Host | This object is used to hold the actual and valid internet address of a specific host machine that will be accessed through a socket |
  ost::IPV4Mask | Internet addresses used specifically as masking addresses (such as "
255.255.255.0") are held in the IPV4Mask derived object |
  ost::IPV4Multicast | A specialization of IPV4Address that provides address validation for multicast addresses |
 ost::IPV4Cidr | The CIDR class is used to support routing tables and validate address policies |
 ost::IPV4Validator | Classes derived from IPV4Address would require an specific validator to pass to the IPV4Address constructor |
  ost::IPV4MulticastValidator | Class for the function object that validates multicast addresses |
 ost::IPV6Address | The network name and address objects are all derived from a common IPV6Address base class |
  ost::IPV6Broadcast | The broadcast address object is used to store the broadcast address for a specific subnet |
  ost::IPV6Host | This object is used to hold the actual and valid internet address of a specific host machine that will be accessed through a socket |
  ost::IPV6Mask | Internet addresses used specifically as masking addresses (such as "
255.255.255.0") are held in the IPV6Mask derived object |
  ost::IPV6Multicast | A specialization of IPV6Address that provides address validation for multicast addresses |
 ost::IPV6Cidr | The CIDR class is used to support routing tables and validate address policies |
 ost::IPV6Validator | Classes derived from IPV6Address would require an specific validator to pass to the IPV6Address constructor |
  ost::IPV6MulticastValidator | Class for the function object that validates multicast addresses |
 ost::StringTokenizer::iterator | The input forward iterator for tokens |
 ost::IZStream | |
 ost::Keydata::Keysym | |
 ost::Keydata::Keyval | |
 ost::LinkedDouble | Self managed double linked list object chain |
 ost::LinkedSingle | Self managed single linked list object chain |
 ost::Lockfile | This class is used to create a "named" lock entity that can be used to control access to a resource between multiple processes |
 ost::MapIndex | The MapIndex allows linear access into a MapTable, that otherwise could have its elements being retrieved only by key |
 ost::MapObject | The MapObject is a base class which can be used to make a derived class operate on a MapTable |
 ost::MemPager | The memory pager is used to allocate cumulative memory pages for storing object specific "persistant" data that is presumed to persist during the life of a given derived object |
  ost::Keydata | Keydata objects are used to load and hold "configuration" data for a given application |
  ost::SharedMemPager | The shared mempager uses a mutex to protect key access methods |
  ost::StackPager | The StackPager provides a repository to stash and retrieve working data in last-in-first-out order |
 ost::MemPagerObject | This class is used to create derived classes which are constructed within a memory pager pool |
 ost::MIMEItemPart | This is used to attach an item part to a MIME multipart document that is being streamed |
  ost::MIMEFormData | This is a document part type for use in submitting multipart form data to a web server |
 ost::MIMEMultipart | A container class for multi-part MIME document objects which can be streamed to a std::ostream destination |
  ost::MIMEMultipartForm | The Multipart form is a MIME multipart document specific for the construction and delivery of form data to a web server through a post method |
 ost::Mutex | Used to protect a section of code so that at any given time only a single thread can perform the protected operation |
  ost::MapTable | A map table allows for entities to be mapped (hash index) onto it |
  ost::MutexCounter | The Mutex Counter is a counter variable which can safely be incremented or decremented by multiple threads |
  ost::RandomFile | The purpose of this class is to define a base class for low level random file access that is portable between Win32 and Posix systems |
  ost::Runlist | A runlist is used to restrict concurrent exection to a limited set of concurrent sessions, much like a semaphore |
  ost::SerialService | The SerialService is a thead service object that is meant to service attached serial ports |
  ost::SharedMemPager | The shared mempager uses a mutex to protect key access methods |
  ost::SocketService | The SocketService is a thread pool object that is meant to service attached socket ports |
  ost::ThreadQueue | Somewhat generic queue processing class to establish a producer consumer queue |
 ost::MutexLock | Used to protect a section of code so that at any given time only a single thread can perform the protected operation |
 ost::NetworkDeviceInfo | Network device information class |
 ost::StringTokenizer::NoSuchElementException | Exception thrown, if someone tried to read beyond the end of the tokens |
 ost::Number | A number manipulation class |
  ost::DateNumber | A number class that manipulates a string buffer that is also a date |
  ost::ZNumber | |
 ost::objCounter< T > | Generic template class for creating classes which maintain an active count of the number of instances currently in active use |
 ost::objList< T, K > | Used to create and manage a single linked list of objects of a common type |
 ost::objMap< T, K, S > | Used to create and manage a hash index of objects through a common type |
 ost::objMap< T, keystring, S > | |
  ost::keyMap< T, S > | |
 ost::objSync< T > | Generic template to create objects of a common base type which share a static mutex so that all instances of the class have a global lock |
 ost::OZStream | |
 ost::Pointer< T > | Used to create and manage referece counted pointers |
 ost::Process | A class for containing portable process related functions that help create portable code |
 ost::ReadLock | Used to protect a section of code through a ThreadLock for "read" access to the member function |
 ost::RefObject | A reference countable object |
 ost::RefPointer | Pointer to reference counted objects |
 ost::TypeManager::Registration | This manages a registration to the typemanager - attempting to remove problems with the optimisers |
 ost::Runable | A container for objects that can be queued against a runlist |
 ost::Semaphore | A semaphore is generally used as a synchronization object between multiple threads or to protect a limited and finite resource such as a memory or thread pool |
  ost::ThreadQueue | Somewhat generic queue processing class to establish a producer consumer queue |
 ost::SemaphoreLock | Used to protect a section of code through a semaphore so that only x instances of the member function may execute concurrently |
 ost::Serial | Used as the base for all serial I/O services under APE |
  ost::SerialPort | The serial port is an internal class which is attached to and then serviced by a specified SerialService thread |
  ost::TTYStream | TTY streams are used to represent serial connections that are fully "streamable" objects using C++ stream classes and friends |
   ost::TTYSession | The TTYSession aggragates a TTYStream and a Common C++ Thread which is assumed to be the execution context that will be used to perform actual I/O operations |
   ost::ttystream | A more natural C++ "ttystream" class for use by non-threaded applications |
 ost::Slog | The slog class is used to stream messages to the system's logging facility (syslogd) |
 ost::Socket | The Socket is used as the base for all Internet protocol services under Common C++ |
  ost::DCCPSocket | DCCP sockets are used for stream based connected sessions between two sockets |
  ost::SimpleTCPStream | Simple TCP Stream, to be used with Common C++ Library |
  ost::SocketPort | The socket port is an internal class which is attached to and then serviced by a specific SocketService "object" |
  ost::TCPSocket | TCP sockets are used for stream based connected sessions between two sockets |
  ost::TCPStream | TCP streams are used to represent TCP client connections to a server by TCP protocol servers for accepting client connections |
   ost::SSLStream | |
   ost::TCPSession | The TCP session is used to primarily to represent a client connection that can be managed on a seperate thread |
   ost::URLStream | A URL processing version of TCPStream |
  ost::TCPV6Socket | TCPV6 sockets are used for stream based connected sessions between two ipv6 sockets |
  ost::UDPSocket | UDP sockets implement the TCP SOCK_DGRAM UDP protocol |
   ost::UDPBroadcast | Representing a UDP socket used for subnet broadcasts, this class provides an alternate binding and setPeer() capability for UDP sockets |
   ost::UDPReceive | Representing half of a two-way UDP connection, the UDP receiver can receive data from another peer host or subnet |
    ost::UDPDuplex | UDP duplex connections impliment a bi-directional point-to-point UDP session between two peer hosts |
   ost::UDPTransmit | Representing half of a two-way UDP connection, the UDP transmitter can broadcast data to another selected peer host or to an entire subnet |
    ost::UDPDuplex | UDP duplex connections impliment a bi-directional point-to-point UDP session between two peer hosts |
  ost::UnixSocket | Unix domain sockets are used for stream based connected sessions between processes on the same machine |
  ost::UnixStream | Unix streams are used to represent Unix domain client connections to a local server for accepting client connections |
   ost::UnixSession | The Unix domain session is used to primarily to represent a client connection that can be managed on a seperate thread |
   ost::unixstream | A more natural C++ "unixstream" class for use by non-threaded applications |
 ost::String | This is a generic and portable string class |
  ost::SString | |
 ost::StringObject | Used to derive subclasses that use the String managed memory pool for all space allocations by overriding new and delete operators |
 ost::StringTokenizer | Splits delimited string into tokens |
 ost::SysTime | This class is used to access non-reentrant date and time functions in the standard C library |
 ost::Thread | Every thread of execution in an application is created by instantiating an object of a class derived from the Thread class |
  ost::PosixThread | |
  ost::SerialService | The SerialService is a thead service object that is meant to service attached serial ports |
  ost::SocketService | The SocketService is a thread pool object that is meant to service attached socket ports |
  ost::TCPSession | The TCP session is used to primarily to represent a client connection that can be managed on a seperate thread |
  ost::ThreadQueue | Somewhat generic queue processing class to establish a producer consumer queue |
  ost::TTYSession | The TTYSession aggragates a TTYStream and a Common C++ Thread which is assumed to be the execution context that will be used to perform actual I/O operations |
  ost::UnixSession | The Unix domain session is used to primarily to represent a client connection that can be managed on a seperate thread |
 ost::ThreadKey | This class allows the creation of a thread context unique "pointer" that can be set and retrieved and can be used to create thread specific data areas for implementing "thread safe" library routines |
 ost::ThreadLock | Impliments a thread rwlock for optimal reader performance on systems which have rwlock support, and reverts to a simple mutex for those that do not |
 ost::Time | Uses a integer representation of the current time |
  ost::Datetime | Uses a julian date representation of the current year, month, and day and a integer representation of the current time |
 ost::TimerPort | Timer ports are used to provide synchronized timing events when managed under a "service thread" such as SocketService |
  ost::SerialPort | The serial port is an internal class which is attached to and then serviced by a specified SerialService thread |
  ost::SocketPort | The socket port is an internal class which is attached to and then serviced by a specific SocketService "object" |
 ost::TypeManager | This class manages the types for generation of the persistent objects |
 ost::WriteLock | Used to protect a section of code through a ThreadLock for "write" access to the member function |
 ost::XMLStream | This class impliments a basic XML stream parser that can be used to examine an XML resource thru virtual I/O methods |
  ost::XMLRPC | This class impliments a core XMLRPC service without the underlying transports |