Functions |
template<typename T , class ReturnValuePolicy > |
std::ostream & | regina::python::operator<< (std::ostream &out, const GlobalArray< T, ReturnValuePolicy > &arr) |
| Writes a string representation of the given array, including all of its elements, to the given output stream.
|
template<typename T , class ReturnValuePolicy > |
std::ostream & | regina::python::operator<< (std::ostream &out, const GlobalArray2D< T, ReturnValuePolicy > &arr) |
| Writes a string representation of the given array, including all of its elements, to the given output stream.
|
template<typename T , class ReturnValuePolicy > |
std::ostream & | regina::python::operator<< (std::ostream &out, const GlobalArray3D< T, ReturnValuePolicy > &arr) |
| Writes a string representation of the given array, including all of its elements, to the given output stream.
|
Allows global C++ arrays to be wrapped neatly in Python.