| Regina 7.0 Calculation Engine
    | 
Allows lightweight array-like objects to be wrapped neatly in Python. More...
#include "pybind11/pybind11.h"#include "helpers.h"| Classes | |
| class | regina::python::ConstArray< Array > | 
| A template class that references a constant one-dimensional "array-like" object.  More... | |
| Namespaces | |
| namespace | regina | 
| Contains the entire Regina calculation engine. | |
| namespace | regina::python | 
| Utility classes and routines to assist with Python bindings for the calculation engine. | |
| Functions | |
| template<typename Array > | |
| std::ostream & | regina::python::operator<< (std::ostream &out, const ConstArray< Array > &arr) | 
| Writes a string representation of the given array, including all of its elements, to the given output stream.  More... | |
Allows lightweight array-like objects to be wrapped neatly in Python.