UCommon
|
Arrays of thread-safe strongly typed heap objects. More...
#include <ucommon/cpr.h>
#include <ucommon/atomic.h>
#include <ucommon/protocols.h>
#include <ucommon/object.h>
#include <ucommon/typeref.h>
#include <ucommon/thread.h>
Go to the source code of this file.
Namespaces | |
namespace | ucommon |
Common namespace for all ucommon objects. | |
Typedefs | |
typedef arrayref< Type::Bytes > | ucommon::bytearray_t |
typedef arrayref< Type::Chars > | ucommon::stringarray_t |
Arrays of thread-safe strongly typed heap objects.
This is used for arrays of smart pointers to immutable heap instances of object types that are reference counted and automatically deleted when no longer used.
Definition in file arrayref.h.