ucommon
7.0.0
About: GNU uCommon C++ is a portable and optimized class framework for writing C++ applications that need to use threads and support concurrent synchronization, and that use sockets, XML parsing, object serialization, thread-optimized string and data structure classes, etc..
![]() ![]() |
#include <ucommon/cpr.h>
#include <ucommon/generics.h>
#include <ucommon/protocols.h>
#include <stdlib.h>
Go to the source code of this file.
Classes | |
class | ucommon::CountedObject |
class | ucommon::AutoObject |
class | ucommon::SparseObjects |
class | ucommon::sarray< T > |
class | ucommon::object_pointer< T > |
Namespaces | |
ucommon | |
A common object base class with auto-pointer support. A common object class is used which may be referenced counted and associated with a smart auto-pointer class. A lot of the things found here were inspired by working with Objective-C. Many of the classes are designed to offer automatic heap management through smart pointers and temporary objects controlled through the scope of the stack frame of method calls.
Definition in file object.h.