blocxx
BLOCXX_NAMESPACE::Exec::InputCallback Class Referenceabstract

#include <Exec.hpp>

Public Member Functions

virtual ~InputCallback ()
 
void getData (Array< char > &inputBuffer, const ProcessRef &theProc, size_t streamIndex)
 

Private Member Functions

virtual void doGetData (Array< char > &inputBuffer, const ProcessRef &theProc, size_t streamIndex)=0
 

Detailed Description

Definition at line 337 of file Exec.hpp.

Constructor & Destructor Documentation

◆ ~InputCallback()

BLOCXX_NAMESPACE::Exec::InputCallback::~InputCallback ( )
virtual

Definition at line 379 of file Exec.cpp.

Member Function Documentation

◆ doGetData()

virtual void BLOCXX_NAMESPACE::Exec::InputCallback::doGetData ( Array< char > & inputBuffer,
const ProcessRef & theProc,
size_t streamIndex )
privatepure virtual

Referenced by getData().

◆ getData()

void BLOCXX_NAMESPACE::Exec::InputCallback::getData ( Array< char > & inputBuffer,
const ProcessRef & theProc,
size_t streamIndex )

Definition at line 385 of file Exec.cpp.

References doGetData().

Referenced by BLOCXX_NAMESPACE::Exec::processInputOutput().


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