File pybind11_helper.hxx

Functions

template<typename T>
void create_multiprocesses_python_bindings(pybind11::module &m, const std::string &classname)

adds to the python module m a class called TimeSeries which is of typedef time_series::MultiprocessTimeSeries<T>

template<typename T>
void create_python_bindings(pybind11::module &m, const std::string &classname)

adds to the python module m a class called TimeSeries which is of typedef time_series::TimeSeries<T>

namespace internal

Functions

template<typename TS>
void __create_python_bindings(pybind11::module &m, const std::string &classname)
template<typename P, typename T>
void _create_python_bindings(pybind11::module &m, const std::string &classname)