- Home
- About DUNE
- Download
- Documentation
- Community
- Development
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. | |
RandomAccessBundledPropertyMap (Container &container) | |
Constructor. | |
RandomAccessBundledPropertyMap () | |
The default constructor. |
A property map that extracts one property out of a bundle using operator[]().
Using this access class properties can be stored in std::bitset.
typedef C Dune::Amg::RandomAccessBundledPropertyMap< C, K, i, T, R >::Container |
The container that holds the properties.
Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].