UCommon
File List
Here is a list of all documented files with brief descriptions:
[detail level 12]
  ucommon
 access.hLocking protocol classes for member function automatic operations
 atomic.hAtomic pointers and locks
 bitmap.hA simple class to perform bitmap manipulation
 buffer.hClasses which use the buffer protocol to stream data
 containers.hThreadsafe object containers
 counter.hSupport for various automatic counting objects
 cpr.hRuntime functions
 datetime.hBasic classes for manipulating time and date based data, particularly that may be in strings
 export.hExport interfaces for library interfaces
 file.hAdaption of C runtime FILE processing
 fsys.hThread-aware file system manipulation class
 generics.hGeneric templates for C++
 keydata.hParsing of config files that have keyword/value pairs
 linked.hLinked objects, lists, templates, and containers
 mapped.hSupport for memory mapped objects
 memory.hPrivate heaps, pools, and associations
 numbers.hSupport classes for manipulation of numbers as strings
 object.hA common object base class with auto-pointer support
 persist.hThe GNU Common C++ persistance engine by Daniel Silverstone
 platform.hVarious miscellaneous platform specific headers and defines
 protocols.hAbstract interfaces and support
 secure.hThis library holds basic cryptographic functions and secure socket support for use with GNU uCommon C++
 shell.hGeneric shell parsing and application services
 socket.hCommon socket class and address manipulation
 stl.hPlaceholder for future classes that require stl support
 stream.hAny ucommon streaming classes that are built from std::streamio facilities and that support ANSI C++ stream operators
 string.hA common string class and character string support functions
 thread.hThread classes and sychronization objects
 timers.hRealtime timers and timer queues
 ucommon.hTop level include file for the GNU uCommon C++ core library
 unicode.hBasic UCommon Unicode support
 vector.hBasic array and reusable object factory heap support
 xml.hXML "SAX" (stream) parsing support from GNU Common C++