|
typedef std::set< Edge > | Evec |
|
typedef const_iterator | iterator |
|
|
unsigned | nodes () const |
|
unsigned | links () const |
|
bool | contains (const Edge &e) const |
|
| DiGraph (unsigned nodes=0) |
|
template<class G > |
| DiGraph (const G &g) |
| initialise Graph using Graph "duck-typed" object
|
|
template<class G > |
const DiGraph & | operator= (const G &g) |
|
void | push_back (const Edge &e) |
|
void | clear (unsigned nodes=0) |
|
void | swap (DiGraph &g) |
|
bool | operator== (const DiGraph &x) const |
|
bool | operator!= (const DiGraph &x) const |
|
bool | operator< (const DiGraph &x) const |
|
The documentation for this class was generated from the following file: