ecolab::Edge Struct Reference
Inheritance diagram for ecolab::Edge:
Inheritance graph
Collaboration diagram for ecolab::Edge:
Collaboration graph

Public Types

typedef std::pair< unsigned, unsigned > super
 

Public Member Functions

unsigned & source ()
 
unsigned & target ()
 
unsigned source () const
 
unsigned target () const
 
template<class S , class T >
 Edge (S source, T target)
 
template<class S , class T , class W >
 Edge (S source, T target, W weight)
 
bool operator== (const Edge &e) const
 
bool operator< (const Edge &e) const
 

Public Attributes

float weight
 

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