commit | 8b405055759bc27708b5203b215779c6031fcc87 | [log] [tgz] |
---|---|---|
author | Henry Schreiner <henryschreineriii@utexas.edu> | Thu Aug 24 17:12:43 2017 -0700 |
committer | Dean Moldovan <dean0x7d@gmail.com> | Fri Aug 25 02:12:43 2017 +0200 |
tree | 66138a179f5a769598dfd7847aaec601683e7365 | |
parent | 3d8df5af033f05c9da300eb67eef3d490a8f7bf2 [diff] [blame] |
Utility for redirecting C++ streams to Python (#1009)
diff --git a/docs/reference.rst b/docs/reference.rst index 1365739..e41141b 100644 --- a/docs/reference.rst +++ b/docs/reference.rst
@@ -71,6 +71,15 @@ .. doxygenclass:: scoped_interpreter +Redirecting C++ streams +======================= + +.. doxygenclass:: scoped_ostream_redirect + +.. doxygenclass:: scoped_estream_redirect + +.. doxygenfunction:: add_ostream_redirect + Python build-in functions =========================