Public Types | Public Member Functions | Related Functions

NotWriteMap< M > Class Template Reference


Detailed Description

template<typename M>
class lemon::NotWriteMap< M >

This read-write map returns the logical negation of the values of the given map. Its Key is inherited from M and its Value is bool. It makes also possible to write the map. When a value is set, the opposite value is set to the original map.

The simplest way of using this map is through the notWriteMap() function.

See also:
NotMap

#include <lemon/maps.h>

Inheritance diagram for NotWriteMap< M >:

List of all members.

Public Types

typedef M::Key Key
 
typedef bool Value
 

Public Member Functions

 NotWriteMap (M &m)
 Constructor.
Value operator[] (const Key &k) const
 
void set (const Key &k, bool v)
 

Related Functions

(Note that these are not member functions.)
template<typename M >
NotWriteMap< M > notWriteMap (M &m)
 Returns a NotWriteMap class.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines