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..
  Fossies Dox: ucommon-7.0.0.tar.gz  ("inofficial" and yet experimental doxygen-generated source code documentation)  

arrayref.h File Reference
#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.

Classes

class  ucommon::ArrayRef
 
class  ucommon::ArrayRef::Array
 
class  ucommon::stackref< T >
 
class  ucommon::queueref< T >
 
class  ucommon::arrayref< T >
 

Namespaces

 ucommon
 

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.