mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-20 14:59:27 +00:00
Utility for redirecting C++ streams to Python (#1009)
This commit is contained in:
committed by
Dean Moldovan
parent
3d8df5af03
commit
8b40505575
@@ -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
|
||||
=========================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user