json_conversions.h File Reference
#include <SimoxUtility/json/json.h>
#include "forward_declarations.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::objects
 
 armarx::objpose
 This file is part of ArmarX.
 

Functions

void from_json (const simox::json::json &j, ObjectID &value)
 
void from_json (const simox::json::json &j, ObjectPose &op)
 
void from_json (const simox::json::json &j, Scene &rhs)
 
void from_json (const simox::json::json &j, SceneObject &rhs)
 
void to_json (simox::json::json &j, const ObjectID &value)
 
void to_json (simox::json::json &j, const ObjectPose &op)
 
void to_json (simox::json::json &j, const Scene &rhs)
 
void to_json (simox::json::json &j, const SceneObject &rhs)