Define the graph::Edge class to be used with the graph::VVGraph class. More...
#include <config.h>
#include <util/unorderedmap.h>
#include <storage/fwd.h>
#include <QtCore/QHash>
Go to the source code of this file.
Classes | |
struct | graph::Arc< EdgeContent > |
Type of a undirected edge (or arc). More... | |
class | graph::Edge< EdgeContent > |
Edge of a vv graph. More... | |
Namespaces | |
namespace | graph |
Contains all the classes related to the graphs. | |
Typedefs | |
typedef uintptr_t | graph::edge_identity_t |
Type of the identifier of an edge. | |
Functions | |
template<typename T > | |
void | graph::copy_symmetric (T &e2, const T &e1) |
Default copy of the arc uses the = operator. | |
template<typename EdgeContent > | |
uint | qHash (const graph::Edge< EdgeContent > &e) |
Define the graph::Edge class to be used with the graph::VVGraph class.
Definition in file edge.h.