ucommon
|
commoncpp/address.h [code] | Network addresses and sockets related classes |
commoncpp/applog.h [code] | Application logging facilities abstraction |
commoncpp/commoncpp.h [code] | |
commoncpp/config.h [code] | |
commoncpp/dccp.h [code] | |
commoncpp/exception.h [code] | GNU Common C++ exception model base classes |
commoncpp/export.h [code] | Export interfaces for library interfaces |
commoncpp/file.h [code] | Files and dynamic loader services |
commoncpp/mime.h [code] | MIME document abstractions |
commoncpp/numbers.h [code] | |
commoncpp/pointer.h [code] | Template for creating reference count managed smart pointers |
commoncpp/process.h [code] | Process services |
commoncpp/serial.h [code] | Serial I/O services |
commoncpp/slog.h [code] | System logging facilities abstraction |
commoncpp/socket.h [code] | Socket operations |
commoncpp/string.h [code] | Common C++ generic string class |
commoncpp/tcp.h [code] | Tcp derived socket classes |
commoncpp/thread.h [code] | Common C++ thread class and sychronization objects |
commoncpp/tokenizer.h [code] | String tokenizer |
commoncpp/udp.h [code] | Udp derived socket classes |
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/cpr.h [code] | Runtime functions |
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/stl.h [code] | Placeholder for future classes that require stl support |
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++ |