Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

DescriptorMap::InverseMap Class Reference

#include <lemon/graph_utils.h>

List of all members.


Detailed Description

template<typename _Graph, typename _Item, typename _Map = typename ItemSetTraits<_Graph, _Item>::template Map<int>::Parent>
class lemon::DescriptorMap< _Graph, _Item, _Map >::InverseMap

The inverse map type of DescriptorMap.


Public Types

typedef DescriptorMap::Key Value
 The value type of the InverseMap.
typedef DescriptorMap::Value Key
 The key type of the InverseMap.

Public Member Functions

 InverseMap (const DescriptorMap &_inverted)
 Constructor of the InverseMap.
Value operator[] (const Key &key) const
 Subscript operator.
int size () const
 Size of the map.


Constructor & Destructor Documentation

InverseMap const DescriptorMap _inverted  )  [inline]
 

Constructor of the InverseMap.


Member Function Documentation

Value operator[] const Key key  )  const [inline]
 

Subscript operator. It gives back the item that the descriptor belongs to currently.

int size  )  const [inline]
 

Returns the size of the map.


The documentation for this class was generated from the following file:
Generated on Sat Aug 27 14:15:36 2005 for LEMON by  doxygen 1.4.4