Public Member Functions | |
| Path (const Arc &arc) | |
| ~Path () | |
| void | PushBack (const Arc &arc) |
| void | PopBack () |
| const list< Arc > & | ArcList () const |
| int | Distance () const |
| const Node & | LatestNode () const |
Private Attributes | |
| int | distance_ |
| list< Arc > | path_ |
Friends | |
| bool | operator< (const Path &a, const Path &b) |
|
||||||||||
|
Definition at line 34 of file DirectedGraph.h. |
|
|||||||||
|
Definition at line 38 of file DirectedGraph.h. |
|
|||||||||
|
Definition at line 49 of file DirectedGraph.h. |
|
|||||||||
|
Definition at line 50 of file DirectedGraph.h. |
|
|||||||||
|
Definition at line 51 of file DirectedGraph.h. Referenced by DirectedGraph< Node, Arc >::Search(). |
|
|||||||||
|
Definition at line 44 of file DirectedGraph.h. Referenced by DirectedGraph< Node, Arc >::Search(). |
|
||||||||||
|
Definition at line 40 of file DirectedGraph.h. Referenced by DirectedGraph< Node, Arc >::Search(). |
|
||||||||||||||||
|
Definition at line 53 of file DirectedGraph.h. |
|
|||||
|
Definition at line 58 of file DirectedGraph.h. |
|
|||||
|
Definition at line 59 of file DirectedGraph.h. |
1.3.9.1