![]() |
Dune-Fufem 2.11-git
|
Loading...
Searching...
No Matches
sharedpointermap.hh
Go to the documentation of this file.
reference operator[](size_type i)
iterator end()
#define DUNE_THROW(E,...)
const_iterator find(int proc) const
VSP & getPointer(const K &key)
Get a shared ptr for given key.
Definition sharedpointermap.hh:66
const VSP & getPointer(const K &key) const
Get a const shared ptr for given key.
Definition sharedpointermap.hh:54
const V & get(const K &key) const
Get const reference to value for given key.
Definition sharedpointermap.hh:78
void set(const K &key, V *value)
Set key to value.
Definition sharedpointermap.hh:97
V & get(const K &key)
Get reference to value for given key.
Definition sharedpointermap.hh:87
