CMS 3D CMS Logo

Namespaces | Functions
PyBind11Wrapper.h File Reference
#include <vector>
#include <string>
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include <iostream>

Go to the source code of this file.

Namespaces

 cmspython3
 

Functions

void cmspython3::pythonToCppException (const std::string &iType, const std::string &error)
 
template<typename T >
pybind11::list cmspython3::toPython11List (const std::vector< T > &v)
 
template<typename T >
std::vector< Tcmspython3::toVector (pybind11::list &l)