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

NegMap Class Template Reference
[Maps]

#include <lemon/maps.h>

List of all members.


Detailed Description

template<class M>
class lemon::NegMap< M >

This read only map returns the negative value of the value returned by the given map. Its Key and Value will be inherited from M. The unary - operator must be defined for Value, of course.

Definition at line 471 of file maps.h.

Public Member Functions

 NegMap (const M &_m)
 Constructor.

Related Functions

(Note that these are not member functions.)

NegMap< M > negMap (const M &m)
 Returns a NegMap class.


Constructor & Destructor Documentation

NegMap const M &  _m  )  [inline]
 

Definition at line 482 of file maps.h.


The documentation for this class was generated from the following file:
Generated on Mon Feb 21 15:02:35 2005 for LEMON by  doxygen 1.4.1