Go to the source code of this file.
Classes | |
struct | X |
Functions | |
BOOST_PYTHON_MODULE (std_map) | |
template<typename T1 > | |
std::map< std::string, T1 > | copy (const std::map< std::string, T1 > &map) |
template<typename T1 > | |
boost::unordered_map< std::string, T1 > | copy_boost (const boost::unordered_map< std::string, T1 > &obj) |
template<typename T1 > | |
bp::dict | std_map_to_dict (const std::map< std::string, T1 > &map) |
Definition in file std_map.cpp.
BOOST_PYTHON_MODULE | ( | std_map | ) |
Definition at line 37 of file std_map.cpp.
std::map<std::string, T1> copy | ( | const std::map< std::string, T1 > & | map | ) |
Definition at line 20 of file std_map.cpp.
boost::unordered_map<std::string, T1> copy_boost | ( | const boost::unordered_map< std::string, T1 > & | obj | ) |
Definition at line 26 of file std_map.cpp.
bp::dict std_map_to_dict | ( | const std::map< std::string, T1 > & | map | ) |
Definition at line 11 of file std_map.cpp.