Dune Core Modules (2.7.0)
Dune::Amg::RandomAccessBundledPropertyMap< C, K, i, T, R > Class Template Reference
A property map that extracts one property out of a bundle using operator[]() More...
#include <dune/istl/paamg/properties.hh>
Public Types | |
enum | { index = i } |
typedef C | Container |
The container that holds the properties. | |
typedef R | Reference |
The reference type of the container. | |
typedef K | Key |
The key of the property map. | |
typedef LvaluePropertyMapTag | Category |
The category of the property map. | |
Public Member Functions | |
Reference | operator[] (const Key &key) const |
Get the property for a key. More... | |
RandomAccessBundledPropertyMap (Container &container) | |
Constructor. More... | |
RandomAccessBundledPropertyMap () | |
The default constructor. | |
Detailed Description
template<typename C, typename K, std::size_t i, typename T = typename C::ValueType, typename R = typename C::Reference>
class Dune::Amg::RandomAccessBundledPropertyMap< C, K, i, T, R >
class Dune::Amg::RandomAccessBundledPropertyMap< C, K, i, T, R >
A property map that extracts one property out of a bundle using operator[]()
Using this access class properties can be stored in std::bitset.
The documentation for this class was generated from the following file:
- dune/istl/paamg/properties.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Oct 13, 22:30, 2024)