ucommon

File List

Here is a list of all documented files with brief descriptions:
ucommon/access.h [code]Locking classes for member function automatic operations
ucommon/atomic.h [code]Atomic pointers and locks
ucommon/bitmap.h [code]A simple class to perform bitmap manipulation
ucommon/buffer.h [code]Classes which use the buffer protocol to stream data
ucommon/containers.h [code]Threadsafe object containers
ucommon/counter.h [code]Support for various automatic counting objects
ucommon/datetime.h [code]Basic classes for manipulating time and date based data, particularly that may be in strings
ucommon/export.h [code]Export interfaces for library interfaces
ucommon/fsys.h [code]Thread-aware file system manipulation class
ucommon/generics.h [code]Generic templates for C++
ucommon/keydata.h [code]Parsing of config files that have keyword/value pairs
ucommon/linked.h [code]Linked objects, lists, templates, and containers
ucommon/mapped.h [code]Support for memory mapped objects
ucommon/memory.h [code]Private heaps, pools, and associations
ucommon/numbers.h [code]Support classes for manipulation of numbers as strings
ucommon/object.h [code]A common object base class with auto-pointer support
ucommon/persist.h [code]The GNU Common C++ persistance engine by Daniel Silverstone
ucommon/platform.h [code]Various miscellaneous platform specific headers and defines
ucommon/protocols.h [code]Abstract interfaces and support
ucommon/secure.h [code]This library holds basic cryptographic functions and secure socket support for use with GNU uCommon C++
ucommon/shell.h [code]Generic shell parsing and application services
ucommon/socket.h [code]Common socket class and address manipulation
ucommon/stream.h [code]Any ucommon streaming classes that are built from std::streamio facilities and that support ANSI C++ stream operators
ucommon/string.h [code]A common string class and character string support functions
ucommon/thread.h [code]Thread classes and sychronization objects
ucommon/timers.h [code]Realtime timers and timer queues
ucommon/ucommon.h [code]Top level include file for the GNU uCommon C++ core library
ucommon/unicode.h [code]Basic UCommon Unicode support
ucommon/vector.h [code]Basic array and reusable object factory heap support
ucommon/xml.h [code]XML "SAX" (stream) parsing support from GNU Common C++