dune-common 2.9.0
|
#include <dune/common/propertymap.hh>
Public Types | |
typedef PM::KeyType | KeyType |
The type of the key of the property map. | |
typedef PM::ValueType | ValueType |
The type of the values of the property map. | |
typedef PM::Reference | Reference |
The type of the reference to the values. | |
typedef PM::Category | Category |
The category the property map belongs to. | |
typedef PM::Category Dune::PropertyMapTraits< PM >::Category |
The category the property map belongs to.
typedef PM::KeyType Dune::PropertyMapTraits< PM >::KeyType |
The type of the key of the property map.
typedef PM::Reference Dune::PropertyMapTraits< PM >::Reference |
The type of the reference to the values.
typedef PM::ValueType Dune::PropertyMapTraits< PM >::ValueType |
The type of the values of the property map.