armarx::armem::id_graph Namespace Reference

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)
 

Typedef Documentation

◆ MemoryGraph

Function Documentation

◆ from_json() [1/3]

void from_json ( const nlohmann::json &  j,
MemoryEdge edge 
)

Definition at line 87 of file json_conversions.cpp.

◆ from_json() [2/3]

void from_json ( const nlohmann::json &  j,
MemoryGraphAttributes graph 
)

Definition at line 102 of file json_conversions.cpp.

◆ from_json() [3/3]

void from_json ( const nlohmann::json &  j,
MemoryVertex vertex 
)

Definition at line 64 of file json_conversions.cpp.

◆ to_json() [1/3]

void to_json ( nlohmann::json &  j,
const MemoryEdge edge 
)

Definition at line 72 of file json_conversions.cpp.

◆ to_json() [2/3]

void to_json ( nlohmann::json &  j,
const MemoryGraphAttributes graph 
)

Definition at line 95 of file json_conversions.cpp.

◆ to_json() [3/3]

void to_json ( nlohmann::json &  j,
const MemoryVertex vertex 
)

Definition at line 38 of file json_conversions.cpp.

+ Here is the call graph for this function: