 hostaddr_internet | An object that holds ipv4 or ipv6 binary encoded host addresses |
 sockaddr_internet | An object that can hold a ipv4 or ipv6 socket address |
 ucommon::_character_operators | At least with gcc, linking of stream operators was broken |
 ucommon::_stream_operators | At least with gcc, linking of stream operators was broken |
 ucommon::array_pointer< T > | Generic smart array class |
 ucommon::atomic | Generic atomic class for referencing atomic objects and static functions |
 ucommon::atomic::counter | Atomic counter class |
 ucommon::atomic::spinlock | Atomic spinlock class |
 ucommon::auto_object | A general purpose smart pointer helper class |
 ucommon::auto_protect | A mutex locked object smart pointer helper class |
  ucommon::mutex_pointer< T > | Typed smart locked pointer class |
 ucommon::autorelease | Create a linked list of auto-releasable objects |
 ucommon::bitmap | A class to access bit fields in external bitmaps |
 ucommon::CharacterProtocol | Common character processing protocol |
  ucommon::BufferProtocol | Common buffer protocol class |
   ucommon::TCPBuffer | A generic tcp socket class that offers i/o buffering |
    ucommon::SSLBuffer | Secure socket buffer |
  ucommon::bufpager | Buffered pager for storing paged strings for character protocol |
  ucommon::file | Access standard files through character protocol |
 ucommon::charbuf< S > | A template to create a character array that can be manipulated as a string |
 ucommon::Cipher | A generic data ciphering class |
 ucommon::Cipher::Key | Cipher key formed by hash algorithm |
 ucommon::Conditional | The conditional is a common base for other thread synchronizing classes |
  ucommon::barrier | A portable implimentation of "barrier" thread sychronization |
  ucommon::Buffer | A thread-safe buffer for serializing and streaming class data |
   ucommon::bufferof< T > | A templated typed class for buffering of objects |
  ucommon::ConditionalAccess | The conditional rw seperates scheduling for optizming behavior or rw locks |
   ucommon::ConditionalLock | An optimized and convertable shared lock |
   ucommon::SharedPointer | The shared pointer is used to manage a singleton instance of shared object |
    ucommon::shared_pointer< T > | Templated shared pointer for singleton shared objects of specific type |
   ucommon::ThreadLock | A generic and portable implimentation of Read/Write locking |
  ucommon::LinkedAllocator | Linked allocator helper for linked_allocator template |
   ucommon::linked_allocator< T > | Linked allocator template to gather linked objects |
  ucommon::Queue | Manage a thread-safe queue of objects through reference pointers |
   ucommon::queueof< T > | A templated typed class for thread-safe queue of object pointers |
  ucommon::RecursiveMutex | Portable recursive exclusive lock |
  ucommon::ReusableAllocator | Class for resource bound memory pools between threads |
   ucommon::ArrayReuse | An array of reusable objects |
    ucommon::array_reuse< T > | An array of reusable types |
   ucommon::MappedReuse | Map a reusable allocator over a named shared memory segment |
    ucommon::mapped_reuse< T > | Template class to map typed reusable objects into shared memory heap |
   ucommon::PagerReuse | A mempager source of reusable objects |
    ucommon::paged_reuse< T > | A reusable private pool of reusable types |
  ucommon::Semaphore | A portable counting semaphore class |
  ucommon::Stack | Manage a thread-safe stack of objects through reference pointers |
   ucommon::stackof< T > | A templated typed class for thread-safe stack of object pointers |
 ucommon::counter | Automatic integer counting class |
  ucommon::SeqCounter | Automatically return a sequence of untyped objects |
   ucommon::sequence< T > | A template to return a sequence of objects of a specified type |
 ucommon::Date | Uses a julian date representation of the current year, month, and day |
  ucommon::DateNumber | A number class that manipulates a string buffer that is also a date |
  ucommon::DateTime | The Datetime class uses a julian date representation of the current year, month, and day and a integer representation of the current time |
   ucommon::DateTimeString | A DateTime string class |
 ucommon::Digest | A cryptographic digest class |
 ucommon::dso | Convenience class for library plugins |
 ucommon::exclusive_access | A kind of smart pointer object to support exclusive locking protocol |
 ucommon::fsys | A container for generic and o/s portable threadsafe file system functions |
  ucommon::dir | Convenience class for directories |
 ucommon::HMAC | A cryptographic message authentication code class |
 ucommon::InputProtocol | Used for processing input |
 ucommon::keymap< T, M > | A template class for a hash map |
 ucommon::keyrandom< S > | A template to create a random generated key of specified size |
 ucommon::keystring< S > | A template to create a string array that automatically erases |
 ucommon::linked_pointer< T > | A smart pointer template for iterating linked lists |
 ucommon::linked_pointer< sockaddr_struct > | Linked pointer for address lists |
 ucommon::locked_release | Auto-pointer support class for locked objects |
  ucommon::locked_instance< T > | A templated smart pointer instance for lock protected objects |
 ucommon::LockedPointer | An object pointer that uses mutex to assure thread-safe singleton use |
  ucommon::locked_pointer< T > | Templated locked pointer for referencing locked objects of specific type |
 ucommon::LockingProtocol | Common locking protocol |
  ucommon::mempager | A managed private heap for small allocations |
   ucommon::keyassoc | A class to hold memory pointers referenced by string names |
    ucommon::assoc_pointer< T, I, M, P > | A typed template for using a key association with typed objects |
   ucommon::keypager< T, M > | A template class for a hash pager |
 ucommon::MappedMemory | Construct or access a named section of memory |
  ucommon::mapped_array< T > | Template class to map typed vector into shared memory |
  ucommon::mapped_view< T > | Class to access a named mapped segment published from another process |
  ucommon::MappedReuse | Map a reusable allocator over a named shared memory segment |
 ucommon::memalloc | A memory protocol pager for private heap manager |
  ucommon::bufpager | Buffered pager for storing paged strings for character protocol |
  ucommon::keyfile | Traditional keypair config file parsing class |
  ucommon::mempager | A managed private heap for small allocations |
  ucommon::StringPager | String pager for storing lists of NULL terminated strings |
   ucommon::DirPager | Directory pager is a paged string list for directory file names |
 ucommon::MemoryRedirect | A redirection base class for the memory protocol |
  ucommon::pager< T > | Mempager managed type factory for pager pool objects |
  ucommon::PagerReuse | A mempager source of reusable objects |
 ucommon::Mutex::guard | Guard class to apply scope based mutex locking to objects |
 ucommon::Number | A number manipulation class |
  ucommon::DateNumber | A number class that manipulates a string buffer that is also a date |
  ucommon::ZNumber | A number manipulation class that maintains a zero lead filled string |
 ucommon::object_pointer< T, P > | Typed smart pointer class |
 ucommon::object_value< T, O > | Template for embedding a data structure into a reference counted object |
  ucommon::linked_value< T, O > | Template value class to embed data structure into a linked list |
  ucommon::named_value< T, O > | Template value class to embed data structure into a named list |
 ucommon::ObjectProtocol | A common base class for all managed objects |
  ucommon::CountedObject | A base class for reference counted objects |
   ucommon::PagerObject | This is a base class for objects that may be created in pager pools |
  ucommon::LinkedObject | Common base class for all objects that can be formed into a linked list |
   ucommon::cidr | A class to hold internet segment routing rules |
   ucommon::OrderedObject | A linked object base class for ordered objects |
    ucommon::DLinkedObject | A double-linked Object, used for certain kinds of lists |
    ucommon::keydata | Data keys parsed from a keyfile |
    ucommon::keydata::keyvalue | A key value set is used for iterative access |
    ucommon::LinkedList | A double linked list object |
     ucommon::TimerQueue::event | A timer event object that lives on a timer queue |
    ucommon::NamedObject | A linked object base class with members found by name |
     ucommon::NamedTree | The named tree class is used to form a tree oriented list of associated objects |
      ucommon::treemap< T > | Embed data objects into a tree structured memory database |
   ucommon::PagerObject | This is a base class for objects that may be created in pager pools |
   ucommon::ReusableObject | Reusable objects for forming private heaps |
    ucommon::MultiMap | A multipath linked list where membership is managed in multiple lists |
     ucommon::multimap< T, P > | Embed data objects into a multipap structured memory database |
   ucommon::StringPager::member | Member of string list |
  ucommon::String | A copy-on-write string class that operates by reference count |
   ucommon::memstring | A string class that uses a cstring buffer that is fixed in memory |
    ucommon::stringbuf< S > | A string class that has a predefined string buffer |
   ucommon::UString | A copy-on-write utf8 string class that operates by reference count |
 ucommon::objstack< T > | Template for typesafe basic object stack container |
 ucommon::OrderedIndex | An index container for maintaining an ordered list of objects |
  ucommon::keylist< T > | A template for ordered index of typed name key mapped objects |
  ucommon::ObjectQueue | A queue of double linked object |
   ucommon::objqueue< T > | Template for typesafe basic object queue container |
  ucommon::objfifo< T > | Template for typesafe basic object fifo container |
  ucommon::Queue | Manage a thread-safe queue of objects through reference pointers |
  ucommon::TimerQueue | A timer queue for timer events |
 ucommon::PagerPool | Pager pool base class for managed memory pools |
  ucommon::pager< T > | Mempager managed type factory for pager pool objects |
 ucommon::PersistEngine | Stream serialization of persistent classes |
 ucommon::PersistObject | PersistObject |
 ucommon::pointer< T > | Generic smart pointer class |
 ucommon::PrintProtocol | Used for forming stream output |
 ucommon::Random | Cryptographically relevant random numbers |
 ucommon::save_restore< T > | Save and restore global objects in function call stack frames |
 ucommon::secure | Common secure socket support |
 ucommon::shared_access | A kind of smart pointer object to support shared locking protocol |
 ucommon::shared_release | Auto-pointer support class for shared singleton objects |
  ucommon::shared_instance< T > | A templated smart pointer instance for shared singleton typed objects |
 ucommon::SharedObject | Shared singleton object |
 ucommon::Socket | A generic socket base class |
  ucommon::ListenSocket | A bound socket used to listen for inbound socket connections |
   ucommon::TCPServer | A generic tcp server class |
  ucommon::TCPBuffer | A generic tcp socket class that offers i/o buffering |
 ucommon::Socket::address | A generic socket address class |
 ucommon::SparseObjects | A sparse array of managed objects |
  ucommon::sarray< T > | Generate a typed sparse managed object array |
 ucommon::StreamBuffer | Common stream buffer for std C++ i/o classes |
  ucommon::filestream | Streamable tcp connection between client and server |
  ucommon::pipestream | Streamable tcp connection between client and server |
  ucommon::tcpstream | Streamable tcp connection between client and server |
   ucommon::sstream | Secure socket using std::iostream |
 ucommon::temp_array< T > | Manage temporary array stored on the heap |
 ucommon::temporary< T > | Manage temporary object stored on the heap |
 ucommon::Thread | An abstract class for defining classes that operate as a thread |
  ucommon::DetachedThread | A detached thread object that is stand-alone |
  ucommon::JoinableThread | A child thread object that may be joined by parent |
 ucommon::ThreadLock::guard_reader | Guard class to apply scope based access locking to objects |
 ucommon::ThreadLock::guard_writer | Guard class to apply scope based exclusive locking to objects |
 ucommon::Time | Uses a integer representation of the current time |
  ucommon::DateTime | The Datetime class uses a julian date representation of the current year, month, and day and a integer representation of the current time |
 ucommon::Timer | Timer class to use when scheduling realtime events |
  ucommon::TimedEvent | Event notification to manage scheduled realtime threads |
  ucommon::TimerQueue::event | A timer event object that lives on a timer queue |
 ucommon::toggle | Automatically toggle a bool on each reference |
 ucommon::TypeManager | Type manager for persistence engine |
 ucommon::TypeManager::registration | This manages a registration to the typemanager - attempting to remove problems with the optimizers |
 ucommon::UnlockAccess | Common unlock protocol for locking protocol interface classes |
  ucommon::ExclusiveAccess | An exclusive locking protocol interface base |
   ucommon::Mutex | Generic non-recursive exclusive lock class |
   ucommon::RecursiveMutex | Portable recursive exclusive lock |
   ucommon::ThreadLock | A generic and portable implimentation of Read/Write locking |
  ucommon::SharedAccess | An exclusive locking access interface base |
   ucommon::ConditionalLock | An optimized and convertable shared lock |
   ucommon::Semaphore | A portable counting semaphore class |
   ucommon::ThreadLock | A generic and portable implimentation of Read/Write locking |
 ucommon::utf8 | A core class of ut8 encoded string functions |
  ucommon::UString | A copy-on-write utf8 string class that operates by reference count |
 ucommon::utf8_pointer | Pointer to utf8 encoded character data |
 ucommon::Vector | A managed vector for generic object pointers |
  ucommon::MemVector | Vector with fixed size member list |
   ucommon::vectorbuf< T, S > | Allocated vector list of a specified type |
  ucommon::vectorof< T > | A templated vector for a list of a specific Object subtype |
 ucommon::XMLParser | XML streaming parser |