#include <vector>
#include <string>
#include <boost/python.hpp>
Go to the source code of this file.
Namespaces | |
namespace | edm |
Functions | |
void | edm::pythonToCppException (const std::string &iType) |
template<typename T> | |
boost::python::list | edm::toPythonList (const std::vector< T > &v) |
template<typename T> | |
std::vector< T > | edm::toVector (boost::python::list &l) |