![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include "weakmap.h"
Public Member Functions | |
~element_proxy () | |
value_pointer & | operator= (value_pointer &v) |
V & | operator* () const |
Support: *map[k]. More... | |
V * | operator-> () const |
Support: map[k]->mem. More... | |
operator value_pointer () const | |
Support: value_pointer V(map[k]) More... | |
bool | operator== (const value_pointer &v) const |
bool | operator!= (const value_pointer &v) const |
Friends | |
class | weak_value_map |
proxy class for lookup of non-const Supports assignment and deref. implicitly castable to value_pointer (aka shared_ptr<V>)
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |