![]() |
NEURON
|
#include <pybind_utils.hpp>
Public Member Functions | |
pythonibuf (object pyistream) | |
Private Types | |
using | traits_type = std::streambuf::traits_type |
Private Member Functions | |
pythonibuf (const pythonibuf &) | |
pythonibuf & | operator= (const pythonibuf &) |
int_type | underflow () |
Private Attributes | |
char | d_buffer [buf_sz] |
object | pyistream |
object | pyread |
Static Private Attributes | |
static const std::size_t | put_back_ = 1 |
static const std::size_t | buf_sz = 1024 + put_back_ |
Definition at line 45 of file pybind_utils.hpp.
|
private |
Definition at line 47 of file pybind_utils.hpp.
|
private |
|
inline |
Definition at line 84 of file pybind_utils.hpp.
|
private |
|
inlineprivate |
Definition at line 61 of file pybind_utils.hpp.
|
staticprivate |
Definition at line 50 of file pybind_utils.hpp.
|
private |
Definition at line 51 of file pybind_utils.hpp.
|
staticprivate |
Definition at line 49 of file pybind_utils.hpp.
|
private |
Definition at line 53 of file pybind_utils.hpp.
|
private |
Definition at line 54 of file pybind_utils.hpp.