19 armem::query::data::Input
31 armem::query::data::Result
40 return os <<
"Query result: "
41 <<
"\n- success: \t" << rhs.
success <<
"\n- error message: \t"
51 ice.memoryQueries = input.memoryQueries;
58 input.memoryQueries = ice.memoryQueries;
This file is part of ArmarX.
void fromIce(const armem::query::data::Input &ice, QueryInput &input)
void toIce(armem::query::data::Input &ice, const QueryInput &input)
std::ostream & operator<<(std::ostream &os, const QueryResult &rhs)
@ WithData
Get structure and ARON data.
@ NoData
Just get the structure, but no ARON data.
void fromIce(const data::MemoryID &ice, MemoryID &id)
void toIce(data::MemoryID &ice, const MemoryID &id)
void fromIce(const std::map< IceKeyT, IceValueT > &iceMap, boost::container::flat_map< CppKeyT, CppValueT > &cppMap)
void toIce(std::map< IceKeyT, IceValueT > &iceMap, const boost::container::flat_map< CppKeyT, CppValueT > &cppMap)
wm::Memory memory
The slice of the memory that matched the query.
static QueryResult fromIce(const armem::query::data::Result &ice)
armem::query::data::Result toIce() const