All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
List of all members | Public Member Functions
IterableBoolMap< GR, K >::FalseIt Class Reference

Detailed Description

template<typename GR, typename K>
class lemon::IterableBoolMap< GR, K >::FalseIt

Iterator for the keys mapped to false. It works like a graph item iterator, it can be converted to the key type of the map, incremented with ++ operator, and if the iterator leaves the last valid key, it will be equal to INVALID.

#include <lemon/maps.h>

Inherits Key.

Public Member Functions

 FalseIt (const IterableBoolMap &map)
 Creates an iterator.
 
 FalseIt (Invalid)
 Invalid constructor & conversion.
 
FalseItoperator++ ()
 

Constructor & Destructor Documentation

FalseIt ( const IterableBoolMap map)
inlineexplicit

Creates an iterator. It iterates on the keys mapped to false.

Parameters
mapThe IterableBoolMap.
FalseIt ( Invalid  )
inline

This constructor initializes the iterator to be invalid.

See Also
Invalid for more details.

Member Function Documentation

FalseIt& operator++ ( )
inline

Increment operator.