navit  0.5.3-trunk
route_graph_point_iterator Struct Reference

Iterator to iterate through all route graph segments in a route graph point. More...

Data Fields

struct route_graph_pointp
 
int end
 
struct route_graph_segmentnext
 

Detailed Description

Iterator to iterate through all route graph segments in a route graph point.

This structure can be used to iterate through all route graph segments connected to a route graph point. Use this with the rp_iterator_* functions.

Field Documentation

◆ end

int route_graph_point_iterator::end

Indicates if we have finished iterating through the "start" segments

Referenced by rp_iterator_end(), and rp_iterator_next().

◆ next

struct route_graph_segment* route_graph_point_iterator::next

The next segment to be returned

Referenced by rp_iterator_end(), and rp_iterator_next().

◆ p

struct route_graph_point* route_graph_point_iterator::p

The route graph point whose segments should be iterated

Referenced by rp_iterator_end(), and rp_iterator_next().


The documentation for this struct was generated from the following file: