Dune::IdentityMap Struct Reference

A property map that applies the identity function to integers. More...

#include <dune/common/propertymap.hh>

Inheritance diagram for Dune::IdentityMap:
Inheritance graph

List of all members.

Public Types

typedef std::size_t KeyType
 The key type of the map.
typedef std::size_t ValueType
 The value type of the map.
typedef std::size_t Reference
 The reference type of the map.
typedef ReadablePropertyMapTag Category
 The category of the map.

Public Member Functions

ValueType operator[] (const KeyType &key) const

Detailed Description

A property map that applies the identity function to integers.


Member Typedef Documentation

The category of the map.

typedef std::size_t Dune::IdentityMap::KeyType

The key type of the map.

typedef std::size_t Dune::IdentityMap::Reference

The reference type of the map.

typedef std::size_t Dune::IdentityMap::ValueType

The value type of the map.


Member Function Documentation

ValueType Dune::IdentityMap::operator[] ( const KeyType key  )  const [inline]

The documentation for this struct was generated from the following file:

Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].