webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | Public Member Functions | List of all members
google::protobuf::compiler::Subprocess Class Reference

#include <subprocess.h>

Public Types

enum  SearchMode { SEARCH_PATH, EXACT_NAME }
 

Public Member Functions

 Subprocess ()
 
 ~Subprocess ()
 
void Start (const string &program, SearchMode search_mode)
 
bool Communicate (const Message &input, Message *output, string *error)
 

Member Enumeration Documentation

◆ SearchMode

Enumerator
SEARCH_PATH 
EXACT_NAME 

Constructor & Destructor Documentation

◆ Subprocess()

google::protobuf::compiler::Subprocess::Subprocess ( )

◆ ~Subprocess()

google::protobuf::compiler::Subprocess::~Subprocess ( )

Member Function Documentation

◆ Communicate()

bool google::protobuf::compiler::Subprocess::Communicate ( const Message input,
Message output,
string error 
)

◆ Start()

void google::protobuf::compiler::Subprocess::Start ( const string program,
SearchMode  search_mode 
)

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