armarx::data Namespace Reference

Functions

void from_json (const nlohmann::json &j, PackagePath &pp)
 
std::ostream & operator<< (std::ostream &os, const ObjectID &id)
 
void to_json (nlohmann::json &j, const PackagePath &pp)
 

Function Documentation

◆ from_json()

void from_json ( const nlohmann::json & j,
PackagePath & pp )

Definition at line 42 of file json_conversions.h.

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const ObjectID & id )

Definition at line 18 of file ice_conversions.cpp.

◆ to_json()

void to_json ( nlohmann::json & j,
const PackagePath & pp )

Definition at line 36 of file json_conversions.h.