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::human
 
 armarx::human::arondto
 

Functions

void from_json (const simox::json::json &j, Gender &arondto)
 
void from_json (const simox::json::json &j, Handedness &arondto)
 
void from_json (const simox::json::json &j, Profile &arondto)
 
void to_json (simox::json::json &j, const Gender &arondto)
 
void to_json (simox::json::json &j, const Handedness &arondto)
 
void to_json (simox::json::json &j, const Profile &arondto)