Alexandria 2.31.0
SDC-CH common library for the Euclid project
|
#include "Pyston/Graph/Cast.h"
#include "Pyston/Graph/Function.h"
#include <boost/python.hpp>
#include <boost/mpl/vector.hpp>
#include <memory>
Go to the source code of this file.
Classes | |
struct | Pyston::makeFunctionHelper< R(const Context &, Args...)> |
struct | Pyston::makeFunctionHelper< R(Args...)> |
struct | Pyston::makeBinaryFunctionHelper< R(T, T)> |
Namespaces | |
namespace | Pyston |
Functions | |
template<typename Signature > | |
static boost::python::object | Pyston::makeFunction (const std::string &repr, std::function< Signature > functor) |
template<typename Signature > | |
static boost::python::object | Pyston::makeBinaryFunction (const std::string &repr, std::function< Signature > functor, bool reversed=false) |