UCommon
Namespaces | Typedefs
arrayref.h File Reference

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>
Include dependency graph for arrayref.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ucommon
 Common namespace for all ucommon objects.
 

Typedefs

typedef arrayref< Type::Bytes > ucommon::bytearray_t
 
typedef arrayref< Type::Chars > ucommon::stringarray_t
 

Detailed Description

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.