Alexandria 2.31.4
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Helpers.h File Reference
#include "Pyston/Graph/Cast.h"
#include "Pyston/Graph/Function.h"
#include <boost/python.hpp>
#include <boost/mpl/vector.hpp>
#include <memory>
Include dependency graph for Helpers.h:
This graph shows which files directly or indirectly include this file:

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)