Graph edge iterator.  
 More...
template<typename Graph>
class edge_iterator< Graph >
Graph edge iterator. 
Definition at line 169 of file map_graph.hpp.
 
#include <map_graph.hpp>
Get the actual key. 
Get the actual key
- Returns
 - the actual key 
 
Definition at line 249 of file map_graph.hpp.
 
 
Check if there is the next element. 
Check if there is the next element
- Returns
 - true if there is the next, false otherwise 
 
we did not reach the end of the node
we reach the end of the node 
Definition at line 229 of file map_graph.hpp.
 
 
Return the source node. 
- Returns
 - the source node 
 
Definition at line 259 of file map_graph.hpp.
 
 
Return the target node. 
- Returns
 - the target node 
 
Definition at line 269 of file map_graph.hpp.
 
 
The documentation for this class was generated from the following file: