|
BWAPI
|
#include <code_generator.h>
Public Member Functions | |
| OutputDirectory () | |
| virtual | ~OutputDirectory () |
| virtual io::ZeroCopyOutputStream * | Open (const string &filename)=0 |
| virtual io::ZeroCopyOutputStream * | OpenForInsert (const string &filename, const string &insertion_point) |
| virtual google::protobuf::compiler::OutputDirectory::~OutputDirectory | ( | ) | [virtual] |
| virtual io::ZeroCopyOutputStream* google::protobuf::compiler::OutputDirectory::Open | ( | const string & | filename | ) | [pure virtual] |
| virtual io::ZeroCopyOutputStream* google::protobuf::compiler::OutputDirectory::OpenForInsert | ( | const string & | filename, |
| const string & | insertion_point | ||
| ) | [virtual] |
1.7.6.1