#include <config.h>
#include <storage/storage.h>
#include <graph/vvgraph.h>
#include <graph/vvbigraph.h>
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | graph |
Contains all the classes related to the graphs. | |
Functions | |
template<typename T > | |
Edge< T > | graph::create_object (Edge< T > const &e) |
template<typename T > | |
Vertex< T > | graph::create_object (Vertex< T > const &v) |
template<typename V1 , typename V2 , typename E1 , typename E2 , bool compact> | |
bool | graph::serialization (storage::VVEStorage &store, VVBiGraph< V1, V2, E1, E2, compact > &G) |
template<typename V , typename E , bool compact> | |
bool | graph::serialization (storage::VVEStorage &store, VVGraph< V, E, compact > &G) |
template<typename T > | |
bool | graph::serialization (storage::VVEStorage &store, Edge< T > &e) |
template<typename T > | |
bool | graph::serialization (storage::VVEStorage &store, Vertex< T > &v) |
Definition in file graph.h.