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 relativeConstraints::error, and 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(), mps_fire::result, and findQualityFiles::v.
Referenced by cmspython3::Python11ParameterSet::getParameters().
std::vector<T> cmspython3::toVector | ( | pybind11::list & | l | ) |
Definition at line 24 of file PyBind11Wrapper.h.
References mps_fire::i, cmsLHEtoEOSManager::l, and mps_fire::result.