#include <commandline.h>
|
static bool | SendTo (std::string *string, FILE *stream, const char *buffer, size_t length, bool returnErrors) |
|
◆ StandardStreamsCallbackInterface()
StandardStreamsCallbackInterface::StandardStreamsCallbackInterface |
( |
| ) |
|
|
inline |
◆ DISALLOW_COPY_AND_ASSIGN()
◆ Done()
virtual int StandardStreamsCallbackInterface::Done |
( |
int |
status | ) |
|
|
pure virtual |
◆ OnStderrReceived()
virtual bool StandardStreamsCallbackInterface::OnStderrReceived |
( |
const char * |
buffer, |
|
|
size_t |
length |
|
) |
| |
|
pure virtual |
◆ OnStdoutReceived()
virtual bool StandardStreamsCallbackInterface::OnStdoutReceived |
( |
const char * |
buffer, |
|
|
size_t |
length |
|
) |
| |
|
pure virtual |
◆ SendTo()
static bool StandardStreamsCallbackInterface::SendTo |
( |
std::string * |
string, |
|
|
FILE * |
stream, |
|
|
const char * |
buffer, |
|
|
size_t |
length, |
|
|
bool |
returnErrors |
|
) |
| |
|
inlinestaticprotected |
The documentation for this class was generated from the following file: