Data Structures & Algorithms in C++
Goodrich, Tamassia, Mount and Goldwasser
|
Edge instance serves as a token for an underlying edge. More...
#include <graph.h>
Public Member Functions | |
Edge () | |
int | weight () const |
E & | operator* () const |
E * | operator-> () const |
bool | operator== (Edge other) const |
bool | operator!= (Edge other) const |
bool | operator< (Edge other) const |
Edge instance serves as a token for an underlying edge.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |