Classes | Functions
std_map.cpp File Reference
#include <eigenpy/eigenpy.hpp>
#include <eigenpy/std-map.hpp>
#include <boost/unordered_map.hpp>
Include dependency graph for std_map.cpp:

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)
 

Detailed Description

Definition in file std_map.cpp.

Function Documentation

◆ BOOST_PYTHON_MODULE()

BOOST_PYTHON_MODULE ( std_map  )

Definition at line 37 of file std_map.cpp.

◆ copy()

template<typename T1 >
std::map<std::string, T1> copy ( const std::map< std::string, T1 > &  map)

Definition at line 20 of file std_map.cpp.

◆ copy_boost()

template<typename T1 >
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.

◆ std_map_to_dict()

template<typename T1 >
bp::dict std_map_to_dict ( const std::map< std::string, T1 > &  map)

Definition at line 11 of file std_map.cpp.



eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Fri Sep 20 2024 02:17:48