|
|
#include <map>#include <boost/container/flat_map.hpp>
Include dependency graph for ice_conversions_boost_templates.h:Go to the source code of this file.
Namespaces | |
| armarx | |
| This file offers overloads of toIce() and fromIce() functions for STL container types. | |
| armarx::armem | |
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) |
| template<class IceKeyT , class IceValueT , class CppKeyT , class CppValueT > | |
| void | toIce (std::map< IceKeyT, IceValueT > &iceMap, const boost::container::flat_map< CppKeyT, CppValueT > &cppMap) |