cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Public Member Functions | List of all members
pythonbuf Class Reference

#include <iostream.h>

Inheritance diagram for pythonbuf:

Public Member Functions

 pythonbuf (object pyostream, size_t buffer_size=1024)
 
 pythonbuf (pythonbuf &&)=default
 
 ~pythonbuf () override
 Sync before destroy. More...
 

Detailed Description

Definition at line 24 of file iostream.h.

Constructor & Destructor Documentation

◆ pythonbuf() [1/2]

pythonbuf::pythonbuf ( object  pyostream,
size_t  buffer_size = 1024 
)
inline

Definition at line 70 of file iostream.h.

◆ pythonbuf() [2/2]

pythonbuf::pythonbuf ( pythonbuf &&  )
default

◆ ~pythonbuf()

pythonbuf::~pythonbuf ( )
inlineoverride

Sync before destroy.

Definition at line 81 of file iostream.h.


The documentation for this class was generated from the following file: