ucommon
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123456]
 Chostaddr_internetAn object that holds ipv4 or ipv6 binary encoded host addresses
 Cost::AppLogApplication logger is a class that implements a logger that can be used by applications to save log file somewhere on the system
 Cost::AppLog::IdentIdent class that represents module name
 Cost::AssocThis class is used to associate (object) pointers with named strings
 Cost::BufferThe 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
 Cost::DCCPSocketDCCP sockets are used for stream based connected sessions between two sockets
 Cost::DirA low level portable directory class
 Cost::DirTreeA generic class to walk a hierarchical directory structure
 Cost::DSOThe DSO dynamic loader class is used to load object files
 Cost::ExceptionMainline exception handler, this is the root for all Common C++ exceptions and assures the ansi C++ exception class hierarchy is both followed and imported into the gnu Common C++ class hierarchy
 Cost::HEXdumpProduces a dump of a buffer in a hexdump way with its code Ascii translation and relative buffer address
 Cost::IPV4AddressThe network name and address objects are all derived from a common IPV4Address base class
 Cost::IPV4CidrThe CIDR class is used to support routing tables and validate address policies
 Cost::IPV4ValidatorClasses derived from IPV4Address would require an specific validator to pass to the IPV4Address constructor
 Cost::IPV6AddressThe network name and address objects are all derived from a common IPV6Address base class
 Cost::IPV6CidrThe CIDR class is used to support routing tables and validate address policies
 Cost::IPV6ValidatorClasses derived from IPV6Address would require an specific validator to pass to the IPV6Address constructor
 Cost::LinkedDoubleSelf managed double linked list object chain
 Cost::LinkedSingleSelf managed single linked list object chain
 Cost::LockfileThis class is used to create a "named" lock entity that can be used to control access to a resource between multiple processes
 Cost::MapIndexThe MapIndex allows linear access into a MapTable, that otherwise could have its elements being retrieved only by key
 Cost::MapObjectThe MapObject is a base class which can be used to make a derived class operate on a MapTable
 Cost::MapTableA map table allows for entities to be mapped (hash index) onto it
 Cost::MIMEItemPartThis is used to attach an item part to a MIME multipart document that is being streamed
 Cost::MIMEMultipartA container class for multi-part MIME document objects which can be streamed to a std::ostream destination
 Cost::MutexCounterThe Mutex Counter is a counter variable which can safely be incremented or decremented by multiple threads
 Cost::MutexLockUsed to protect a section of code so that at any given time only a single thread can perform the protected operation
 Cost::Pointer< T >Used to create and manage referece counted pointers
 Cost::ProcessA class for containing portable process related functions that help create portable code
 Cost::RandomFileThe purpose of this class is to define a base class for low level random file access that is portable between Win32 and Posix systems
 Cost::ReadLockUsed to protect a section of code through a ThreadLock for "read" access to the member function
 Cost::RefObjectA reference countable object
 Cost::RefPointerPointer to reference counted objects
 Cost::SemaphoreLockUsed to protect a section of code through a semaphore so that only x instances of the member function may execute concurrently
 Cost::SerialUsed as the base for all serial I/O services under APE
 Cost::SerialServiceThe SerialService is a thead service object that is meant to service attached serial ports
 Cost::SharedMemPagerThe shared mempager uses a mutex to protect key access methods
 Cost::SlogThe slog class is used to stream messages to the system's logging facility (syslogd)
 Cost::StringTokenizerSplits delimited string into tokens
 Cost::StringTokenizer::iteratorThe input forward iterator for tokens
 Cost::StringTokenizer::NoSuchElementExceptionException thrown, if someone tried to read beyond the end of the tokens
 Cost::SysTimeThis class is used to access non-reentrant date and time functions in the standard C library
 Cost::TCPSocketTCP sockets are used for stream based connected sessions between two sockets
 Cost::TCPStreamTCP streams are used to represent TCP client connections to a server by TCP protocol servers for accepting client connections
 Cost::TCPV6SocketTCPV6 sockets are used for stream based connected sessions between two ipv6 sockets
 Cost::ThreadQueueSomewhat generic queue processing class to establish a producer consumer queue
 Cost::TimerPortTimer ports are used to provide synchronized timing events when managed under a "service thread" such as SocketService
 Cost::UDPSocketUDP sockets implement the TCP SOCK_DGRAM UDP protocol
 Cost::WriteLockUsed to protect a section of code through a ThreadLock for "write" access to the member function
 Csockaddr_internetAn object that can hold a ipv4 or ipv6 socket address
 Cucommon::_character_operatorsAt least with gcc, linking of stream operators was broken
 Cucommon::_stream_operatorsAt least with gcc, linking of stream operators was broken
 Cucommon::array_pointer< T >Generic smart array class
 Cucommon::atomicGeneric atomic class for referencing atomic objects and static functions
 Cucommon::atomic::counterAtomic counter class
 Cucommon::atomic::spinlockAtomic spinlock class
 Cucommon::auto_objectA general purpose smart pointer helper class
 Cucommon::auto_protectA mutex locked object smart pointer helper class
 Cucommon::autoreleaseCreate a linked list of auto-releasable objects
 Cucommon::bitmapA class to access bit fields in external bitmaps
 Cucommon::CharacterProtocolCommon character processing protocol
 Cucommon::charbuf< S >A template to create a character array that can be manipulated as a string
 Cucommon::CipherA generic data ciphering class
 Cucommon::Cipher::KeyCipher key formed by hash algorithm
 Cucommon::ConditionalThe conditional is a common base for other thread synchronizing classes
 Cucommon::counterAutomatic integer counting class
 Cucommon::DateUses a julian date representation of the current year, month, and day
 Cucommon::DigestA cryptographic digest class
 Cucommon::dsoConvenience class for library plugins
 Cucommon::exclusive_accessA kind of smart pointer object to support exclusive locking protocol
 Cucommon::fsysA container for generic and o/s portable threadsafe file system functions
 Cucommon::HMACA cryptographic message authentication code class
 Cucommon::InputProtocolUsed for processing input
 Cucommon::keymap< T, M >A template class for a hash map
 Cucommon::keyrandom< S >A template to create a random generated key of specified size
 Cucommon::keystring< S >A template to create a string array that automatically erases
 Cucommon::linked_pointer< T >A smart pointer template for iterating linked lists
 Cucommon::linked_pointer< sockaddr_struct >Linked pointer for address lists
 Cucommon::locked_releaseAuto-pointer support class for locked objects
 Cucommon::LockedPointerAn object pointer that uses mutex to assure thread-safe singleton use
 Cucommon::LockingProtocolCommon locking protocol
 Cucommon::MappedMemoryConstruct or access a named section of memory
 Cucommon::memallocA memory protocol pager for private heap manager
 Cucommon::MemoryRedirectA redirection base class for the memory protocol
 Cucommon::Mutex::guardGuard class to apply scope based mutex locking to objects
 Cucommon::NumberA number manipulation class
 Cucommon::object_pointer< T, P >Typed smart pointer class
 Cucommon::object_value< T, O >Template for embedding a data structure into a reference counted object
 Cucommon::ObjectProtocolA common base class for all managed objects
 Cucommon::objstack< T >Template for typesafe basic object stack container
 Cucommon::OrderedIndexAn index container for maintaining an ordered list of objects
 Cucommon::PagerPoolPager pool base class for managed memory pools
 Cucommon::PersistEngineStream serialization of persistent classes
 Cucommon::PersistObjectPersistObject
 Cucommon::pointer< T >Generic smart pointer class
 Cucommon::PrintProtocolUsed for forming stream output
 Cucommon::RandomCryptographically relevant random numbers
 Cucommon::save_restore< T >Save and restore global objects in function call stack frames
 Cucommon::secureCommon secure socket support
 Cucommon::shared_accessA kind of smart pointer object to support shared locking protocol
 Cucommon::shared_releaseAuto-pointer support class for shared singleton objects
 Cucommon::SharedObjectShared singleton object
 Cucommon::SocketA generic socket base class
 Cucommon::Socket::addressA generic socket address class
 Cucommon::SparseObjectsA sparse array of managed objects
 Cucommon::StreamBufferCommon stream buffer for std C++ i/o classes
 Cucommon::temp_array< T >Manage temporary array stored on the heap
 Cucommon::temporary< T >Manage temporary object stored on the heap
 Cucommon::ThreadAn abstract class for defining classes that operate as a thread
 Cucommon::ThreadLock::guard_readerGuard class to apply scope based access locking to objects
 Cucommon::ThreadLock::guard_writerGuard class to apply scope based exclusive locking to objects
 Cucommon::TimeUses a integer representation of the current time
 Cucommon::TimerTimer class to use when scheduling realtime events
 Cucommon::toggleAutomatically toggle a bool on each reference
 Cucommon::TypeManagerType manager for persistence engine
 Cucommon::TypeManager::registrationThis manages a registration to the typemanager - attempting to remove problems with the optimizers
 Cucommon::UnlockAccessCommon unlock protocol for locking protocol interface classes
 Cucommon::utf8A core class of ut8 encoded string functions
 Cucommon::utf8_pointerPointer to utf8 encoded character data
 Cucommon::VectorA managed vector for generic object pointers
 Cucommon::XMLParserXML streaming parser