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)  

mapref.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/linked.h>
#include <ucommon/thread.h>
Include dependency graph for mapref.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ucommon::MapRef
 
class  ucommon::MapRef::Index
 
class  ucommon::MapRef::Map
 
class  ucommon::MapRef::Instance
 
class  ucommon::mapref< K, V >
 
class  ucommon::mapref< K, V >::instance
 
class  ucommon::listref< T >
 
class  ucommon::listref< T >::instance
 

Namespaces

 ucommon
 

Functions

template<typename T >
size_t ucommon::mapkeypath (typeref< T > &object)
 
template<>
size_t ucommon::mapkeypath< const char * > (typeref< const char * > &object)
 
template<>
size_t ucommon::mapkeypath< const uint8_t * > (typeref< const uint8_t * > &object)
 

Detailed Description

Maps of thread-safe strongly typed heap objects. This is used for maps of smart pointers to immutable heap instances of object types. Shared and exclusive locking is used based on lookup or modify operations.

Definition in file mapref.h.