|
|
#include "Query.h"#include <ArmarXCore/core/ice_conversions.h>#include <ArmarXCore/core/ice_conversions/ice_conversions_templates.h>#include <RobotAPI/libraries/armem/core/wm/ice_conversions.h>
Include dependency graph for Query.cpp:Go to the source code of this file.
Namespaces | |
| namespace | armarx |
| This file offers overloads of toIce() and fromIce() functions for STL container types. | |
| namespace | armarx::armem |
| namespace | armarx::armem::client |
| This file is part of ArmarX. | |
Functions | |
| template<class IceKeyT, class IceValueT, class CppKeyT, class CppValueT> | |
| void | fromIce (const std::map< IceKeyT, IceValueT > &iceMap, boost::container::flat_map< CppKeyT, CppValueT > &cppMap) |
| std::ostream & | operator<< (std::ostream &os, const QueryResult &rhs) |
| template<class IceKeyT, class IceValueT, class CppKeyT, class CppValueT> | |
| void | toIce (std::map< IceKeyT, IceValueT > &iceMap, const boost::container::flat_map< CppKeyT, CppValueT > &cppMap) |