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>
Go to the source code of this file.
Classes | |
class | ucommon::MemoryProtocol |
class | ucommon::MemoryRedirect |
class | ucommon::LockingProtocol |
class | ucommon::PrintProtocol |
class | ucommon::InputProtocol |
class | ucommon::ObjectProtocol |
class | ucommon::KeyProtocol |
Namespaces | |
ucommon | |
Abstract interfaces and support. This is a set of "protocols", a concept borrowed from other object oriented languages, to define interfaces for low level services. By using a protocol base class which offers both virtuals and support methods only, one can easily stack and share these as common base classes without having to consider when the final derived object implements them. Core protocol methods always are tagged with a _ prefix to make it easier to track their derivation.
Definition in file protocols.h.