Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
JupyROOTExecutorHandler Class Reference

Definition at line 36 of file IOHandler.cxx.

Public Member Functions

 JupyROOTExecutorHandler ()
 
void Clear ()
 
void EndCapture ()
 
std::string & GetStderr ()
 
std::string & GetStdout ()
 
void InitCapture ()
 
void Poll ()
 

Private Attributes

bool fCapturing = false
 
int fSaved_stderr = 0
 
int fSaved_stdout = 0
 
int fStderr_pipe [2] = {0, 0}
 
std::string fStderrpipe
 
int fStdout_pipe [2] = {0, 0}
 
std::string fStdoutpipe
 

Constructor & Destructor Documentation

◆ JupyROOTExecutorHandler()

JupyROOTExecutorHandler::JupyROOTExecutorHandler ( )

Definition at line 65 of file IOHandler.cxx.

Member Function Documentation

◆ Clear()

void JupyROOTExecutorHandler::Clear ( )

Definition at line 139 of file IOHandler.cxx.

◆ EndCapture()

void JupyROOTExecutorHandler::EndCapture ( )

Definition at line 123 of file IOHandler.cxx.

◆ GetStderr()

std::string & JupyROOTExecutorHandler::GetStderr ( )

Definition at line 150 of file IOHandler.cxx.

◆ GetStdout()

std::string & JupyROOTExecutorHandler::GetStdout ( )

Definition at line 145 of file IOHandler.cxx.

◆ InitCapture()

void JupyROOTExecutorHandler::InitCapture ( )

Definition at line 114 of file IOHandler.cxx.

◆ Poll()

void JupyROOTExecutorHandler::Poll ( )

Definition at line 91 of file IOHandler.cxx.

Member Data Documentation

◆ fCapturing

bool JupyROOTExecutorHandler::fCapturing = false
private

Definition at line 38 of file IOHandler.cxx.

◆ fSaved_stderr

int JupyROOTExecutorHandler::fSaved_stderr = 0
private

Definition at line 43 of file IOHandler.cxx.

◆ fSaved_stdout

int JupyROOTExecutorHandler::fSaved_stdout = 0
private

Definition at line 44 of file IOHandler.cxx.

◆ fStderr_pipe

int JupyROOTExecutorHandler::fStderr_pipe[2] = {0, 0}
private

Definition at line 42 of file IOHandler.cxx.

◆ fStderrpipe

std::string JupyROOTExecutorHandler::fStderrpipe
private

Definition at line 40 of file IOHandler.cxx.

◆ fStdout_pipe

int JupyROOTExecutorHandler::fStdout_pipe[2] = {0, 0}
private

Definition at line 41 of file IOHandler.cxx.

◆ fStdoutpipe

std::string JupyROOTExecutorHandler::fStdoutpipe
private

Definition at line 39 of file IOHandler.cxx.

  • bindings/pyroot/pythonizations/src/IOHandler.cxx