json_conversions.h File Reference
#include <SimoxUtility/json/json.hpp>
#include "MemoryGraph.h"
+ Include dependency graph for json_conversions.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
 armarx::armem
 
 armarx::armem::id_graph
 
 VisionX
 This file is part of ArmarX.
 

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)