![]() |
Scarab
v2.11.1
Project 8 C++ Utility Library
|
#include <iostream.h>

Public Member Functions | |
| pythonbuf (object pyostream, size_t buffer_size=1024) | |
| pythonbuf (pythonbuf &&)=default | |
| ~pythonbuf () | |
| Sync before destroy. More... | |
Private Types | |
| using | traits_type = std::streambuf::traits_type |
Private Member Functions | |
| int | overflow (int c) |
| int | sync () |
Private Attributes | |
| const size_t | buf_size |
| std::unique_ptr< char[]> | d_buffer |
| object | pywrite |
| object | pyflush |
Definition at line 24 of file iostream.h.
|
private |
Definition at line 26 of file iostream.h.
Definition at line 59 of file iostream.h.
|
inline |
Sync before destroy.
Definition at line 70 of file iostream.h.
|
inlineprivate |
Definition at line 33 of file iostream.h.
|
inlineprivate |
Definition at line 41 of file iostream.h.
|
private |
Definition at line 28 of file iostream.h.
|
private |
Definition at line 29 of file iostream.h.
|
private |
Definition at line 31 of file iostream.h.
|
private |
Definition at line 30 of file iostream.h.
1.8.13