![]() |
Scarab
v2.9.1
Project 8 C++ Utility Library
|
#include "pybind11.h"#include <streambuf>#include <ostream>#include <string>#include <memory>#include <iostream>
Go to the source code of this file.
Classes | |
| class | pythonbuf |
| class | scoped_ostream_redirect |
| class | scoped_estream_redirect |
| class | OstreamRedirect |
Namespaces | |
| pybind11 | |
| glibc defines I as a macro which breaks things, e.g., boost template names | |
| pybind11::detail | |
Functions | |
| class_< detail::OstreamRedirect > | add_ostream_redirect (module m, std::string name="ostream_redirect") |
1.8.13