▼ commoncpp | |
address.h | Network addresses and sockets related classes |
applog.h | Application logging facilities abstraction |
commoncpp.h | |
config.h | |
dccp.h | |
exception.h | GNU Common C++ exception model base classes |
export.h | Export interfaces for library interfaces |
file.h | |
mime.h | MIME document abstractions |
misc.h | Various miscellaneous classes historically used |
numbers.h | |
object.h | |
pointer.h | Template for creating reference count managed smart pointers |
process.h | Process services |
serial.h | Serial I/O services |
slog.h | System logging facilities abstraction |
socket.h | Socket operations |
string.h | Common C++ generic string class |
tcp.h | Tcp derived socket classes |
thread.h | Common C++ thread class and sychronization objects |
tokenizer.h | String tokenizer |
udp.h | Udp derived socket classes |
▼ ucommon | |
access.h | Locking protocol classes for member function automatic operations |
atomic.h | Atomic pointers and locks |
bitmap.h | A simple class to perform bitmap manipulation |
buffer.h | Classes which use the buffer protocol to stream data |
containers.h | Threadsafe object containers |
counter.h | Support for various automatic counting objects |
cpr.h | Runtime functions |
datetime.h | Basic classes for manipulating time and date based data, particularly that may be in strings |
export.h | Export interfaces for library interfaces |
file.h | Adaption of C runtime FILE processing |
fsys.h | Thread-aware file system manipulation class |
generics.h | Generic templates for C++ |
keydata.h | Parsing of config files that have keyword/value pairs |
linked.h | Linked objects, lists, templates, and containers |
mapped.h | Support for memory mapped objects |
memory.h | Private heaps, pools, and associations |
numbers.h | Support classes for manipulation of numbers as strings |
object.h | A common object base class with auto-pointer support |
persist.h | The GNU Common C++ persistance engine by Daniel Silverstone |
platform.h | Various miscellaneous platform specific headers and defines |
protocols.h | Abstract interfaces and support |
secure.h | This library holds basic cryptographic functions and secure socket support for use with GNU uCommon C++ |
shell.h | Generic shell parsing and application services |
socket.h | Common socket class and address manipulation |
stl.h | Placeholder for future classes that require stl support |
stream.h | Any ucommon streaming classes that are built from std::streamio facilities and that support ANSI C++ stream operators |
string.h | A common string class and character string support functions |
thread.h | Thread classes and sychronization objects |
timers.h | Realtime timers and timer queues |
ucommon.h | Top level include file for the GNU uCommon C++ core library |
unicode.h | Basic UCommon Unicode support |
vector.h | Basic array and reusable object factory heap support |
xml.h | XML "SAX" (stream) parsing support from GNU Common C++ |