Utility for redirecting C++ streams to Python (#1009)

This commit is contained in:
Henry Schreiner
2017-08-24 17:12:43 -07:00
committed by Dean Moldovan
parent 3d8df5af03
commit 8b40505575
8 changed files with 560 additions and 3 deletions

View File

@@ -71,6 +71,15 @@ Embedding the interpreter
.. doxygenclass:: scoped_interpreter
Redirecting C++ streams
=======================
.. doxygenclass:: scoped_ostream_redirect
.. doxygenclass:: scoped_estream_redirect
.. doxygenfunction:: add_ostream_redirect
Python build-in functions
=========================