ucommon
File List
Here is a list of all documented files with brief descriptions:
[detail level 12]
  commoncpp
 address.hNetwork addresses and sockets related classes
 applog.hApplication logging facilities abstraction
 commoncpp.h
 config.h
 dccp.h
 exception.hGNU Common C++ exception model base classes
 export.hExport interfaces for library interfaces
 file.h
 mime.hMIME document abstractions
 misc.hVarious miscellaneous classes historically used
 numbers.h
 object.h
 pointer.hTemplate for creating reference count managed smart pointers
 process.hProcess services
 serial.hSerial I/O services
 slog.hSystem logging facilities abstraction
 socket.hSocket operations
 string.hCommon C++ generic string class
 tcp.hTcp derived socket classes
 thread.hCommon C++ thread class and sychronization objects
 tokenizer.hString tokenizer
 udp.hUdp derived socket classes
  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++