8 #ifndef PYBIND_INVOKER_H 9 #define PYBIND_INVOKER_H 21 template <
class INVO = Invoker>
27 PYBIND11_OVERLOAD_PURE(
28 void, INVO, execute_impl, procs);
Namespace for functions to bind C++ classes to Python.
std::vector< T > Vec
Vec is an alias for vector (same as list in Python).
void py_invoker(py::module &m)
Bind Invoker class to Python.
Trampoline class to bind Invoker class and its subclasses to Python.
std::shared_ptr< T > ShPtr
ShPtr is an alias for shared pointer.
This file has a definition of Invoker class, which executes one or more analysis. ...
This file includes pybind11 and defines an alias for the namespace pybind11.