json_conversions.h File Reference
#include <SimoxUtility/json/json.h>
#include <ArmarXCore/core/time/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::core
 
 armarx::core::time
 

Functions

void from_json (const simox::json::json &j, ClockType &bo)
 
void from_json (const simox::json::json &j, DateTime &bo)
 
void from_json (const simox::json::json &j, Duration &bo)
 
void from_json (const simox::json::json &j, Frequency &bo)
 
void to_json (simox::json::json &j, const ClockType &bo)
 
void to_json (simox::json::json &j, const DateTime &bo)
 
void to_json (simox::json::json &j, const Duration &bo)
 
void to_json (simox::json::json &j, const Frequency &bo)