|
Classes | |
struct | MemoryEdge |
struct | MemoryGraphAttributes |
class | MemoryIDResolver |
struct | MemoryVertex |
Typedefs | |
using | MemoryGraph = semrel::RelationGraph< MemoryVertex, MemoryEdge, MemoryGraphAttributes > |
Functions | |
void | from_json (const nlohmann::json &j, MemoryEdge &edge) |
void | from_json (const nlohmann::json &j, MemoryGraphAttributes &graph) |
void | from_json (const nlohmann::json &j, MemoryVertex &vertex) |
void | to_json (nlohmann::json &j, const MemoryEdge &edge) |
void | to_json (nlohmann::json &j, const MemoryGraphAttributes &graph) |
void | to_json (nlohmann::json &j, const MemoryVertex &vertex) |
Definition at line 52 of file MemoryGraph.h.
void from_json | ( | const nlohmann::json & | j, |
MemoryEdge & | edge | ||
) |
Definition at line 87 of file json_conversions.cpp.
void from_json | ( | const nlohmann::json & | j, |
MemoryGraphAttributes & | graph | ||
) |
Definition at line 102 of file json_conversions.cpp.
void from_json | ( | const nlohmann::json & | j, |
MemoryVertex & | vertex | ||
) |
Definition at line 64 of file json_conversions.cpp.
void to_json | ( | nlohmann::json & | j, |
const MemoryEdge & | edge | ||
) |
Definition at line 72 of file json_conversions.cpp.
void to_json | ( | nlohmann::json & | j, |
const MemoryGraphAttributes & | graph | ||
) |
Definition at line 95 of file json_conversions.cpp.
void to_json | ( | nlohmann::json & | j, |
const MemoryVertex & | vertex | ||
) |