My Project  debian-1:4.1.1-p2+ds-4build3
poly_wrap.h
Go to the documentation of this file.
1 #ifndef POLY_WRAP_HEADER
2 #define POLY_WRAP_HEADER
3 #include <boost/python.hpp>
4 #include "kernel/mod2.h"
5 #include "Poly.h"
6 void export_poly();
7 boost::python::str Poly_as_str(const Poly& p);
8 boost::python::str Vector_as_str(const Vector& p);
9 #endif
export_poly
void export_poly()
Vector_as_str
boost::python::str Vector_as_str(const Vector &p)
Poly
Definition: janet.h:15
mod2.h
Poly_as_str
boost::python::str Poly_as_str(const Poly &p)
Poly.h
p
int p
Definition: cfModGcd.cc:4019
Vector
Definition: Poly.h:509