Regina 7.1 Calculation Engine
Classes | Namespaces | Functions
constarray.h File Reference

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, Index >
 A template class that references a constant one-dimensional "array-like" object. More...
 

Namespaces

 regina
 Contains the entire Regina calculation engine.
 
 regina::python
 Utility classes and routines to assist with Python bindings for the calculation engine.
 

Functions

template<typename Array , typename Index >
std::ostream & regina::python::operator<< (std::ostream &out, const ConstArray< Array, Index > &arr)
 Writes a string representation of the given array, including all of its elements, to the given output stream. More...
 

Detailed Description

Allows lightweight array-like objects to be wrapped neatly in Python.


Copyright © 1999-2022, The Regina development team
This software is released under the GNU General Public License, with some additional permissions; see the source code for details.
For further information, or to submit a bug or other problem, please contact Ben Burton (bab@maths.uq.edu.au).