|
Classes | |
struct | MyEdge |
struct | MyGraphAttributes |
struct | MyVertex |
Typedefs | |
using | MyGraph = semrel::RelationGraph< MyVertex, MyEdge, MyGraphAttributes > |
Functions | |
void | from_json (const nlohmann::json &j, MyEdge &edge) |
void | from_json (const nlohmann::json &j, MyGraphAttributes &graph) |
void | from_json (const nlohmann::json &j, MyVertex &vertex) |
void | to_json (nlohmann::json &j, const MyEdge &edge) |
void | to_json (nlohmann::json &j, const MyGraphAttributes &graph) |
void | to_json (nlohmann::json &j, const MyVertex &vertex) |
using MyGraph = semrel::RelationGraph<MyVertex, MyEdge, MyGraphAttributes> |
void from_json | ( | const nlohmann::json & | j, |
mygraph::MyEdge & | edge | ||
) |
void from_json | ( | const nlohmann::json & | j, |
mygraph::MyGraphAttributes & | graph | ||
) |
void from_json | ( | const nlohmann::json & | j, |
mygraph::MyVertex & | vertex | ||
) |
void to_json | ( | nlohmann::json & | j, |
const MyEdge & | edge | ||
) |
void to_json | ( | nlohmann::json & | j, |
const MyGraphAttributes & | graph | ||
) |