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

#include <iostream.h>

Public Member Functions

 OstreamRedirect (bool do_stdout=true, bool do_stderr=true)
 
void enter ()
 
void exit ()
 

Detailed Description

Definition at line 161 of file iostream.h.

Constructor & Destructor Documentation

◆ OstreamRedirect()

OstreamRedirect::OstreamRedirect ( bool  do_stdout = true,
bool  do_stderr = true 
)
inline

Definition at line 168 of file iostream.h.

Member Function Documentation

◆ enter()

void OstreamRedirect::enter ( )
inline

Definition at line 171 of file iostream.h.

◆ exit()

void OstreamRedirect::exit ( )
inline

Definition at line 178 of file iostream.h.


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