Classes | |
class | PyBind11ProcessDesc |
class | Python11ParameterSet |
Functions | |
void | pythonToCppException (const std::string &iType, const std::string &error) |
template<typename T > | |
pybind11::list | toPython11List (const std::vector< T > &v) |
template<typename T > | |
std::vector< T > | toVector (pybind11::list &l) |
void cmspython3::pythonToCppException | ( | const std::string & | iType, |
const std::string & | error | ||
) |
Definition at line 6 of file PyBind11Wrapper.cc.
References Exception.
Referenced by cmspython3::PyBind11ProcessDesc::read(), and edm::cmspybind11_p3::readPSetsFrom().
pybind11::list cmspython3::toPython11List | ( | const std::vector< T > & | v | ) |
Definition at line 17 of file PyBind11Wrapper.h.
References list(), and mps_fire::result.
Referenced by cmspython3::Python11ParameterSet::getParameters().
std::vector<T> cmspython3::toVector | ( | pybind11::list & | l | ) |