Query.h File Reference
+ Include dependency graph for Query.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QueryInput
 A query for parts of a memory. More...
 
struct  QueryResult
 Result of a QueryInput. More...
 

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
 armarx::armem
 
 armarx::armem::client
 This file is part of ArmarX.
 
 armarx::armem::client::query
 

Functions

void fromIce (const armem::query::data::Input &ice, QueryInput &input)
 
void fromIce (const armem::query::data::Result &ice, QueryResult &result)
 
void toIce (armem::query::data::Input &ice, const QueryInput &input)
 
void toIce (armem::query::data::Result &ice, const QueryResult &result)