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