#include <commandline.h>
|
| | ProtoBinaryToText (const std::string &m, std::string *std_out=nullptr, std::string *std_err=nullptr) |
| |
| bool | OnStdoutReceived (const char *b, size_t l) override |
| |
Public Member Functions inherited from DefaultStandardStreamsCallback |
| | DefaultStandardStreamsCallback (std::string *stdout_str, std::string *stderr_str) |
| |
| | DefaultStandardStreamsCallback (std::string *stdout_str, std::string *stderr_str, bool returnErrors) |
| |
| bool | OnStdoutReceived (const char *buffer, size_t length) override |
| |
| bool | OnStderrReceived (const char *buffer, size_t length) override |
| |
| bool | SendToOut (const char *buffer, size_t length) |
| |
| bool | SendToErr (const char *buffer, size_t length) |
| |
| int | Done (int status) |
| |
| void | ReturnErrors (bool returnErrors) |
| |
Public Member Functions inherited from StandardStreamsCallbackInterface |
| | StandardStreamsCallbackInterface () |
| |
| virtual bool | OnStdoutReceived (const char *buffer, size_t length)=0 |
| |
| virtual bool | OnStderrReceived (const char *buffer, size_t length)=0 |
| |
| virtual int | Done (int status)=0 |
| |
|
Static Protected Member Functions inherited from StandardStreamsCallbackInterface |
| static bool | SendTo (std::string *string, FILE *stream, const char *buffer, size_t length, bool returnErrors) |
| |
◆ ProtoBinaryToText()
◆ DISALLOW_COPY_AND_ASSIGN()
◆ OnStdoutReceived()
◆ buffer_
◆ message
The documentation for this class was generated from the following file: