BWAPI
|
#include <importer.h>
Public Member Functions | |
SourceTree () | |
virtual | ~SourceTree () |
virtual io::ZeroCopyInputStream * | Open (const string &filename)=0 |
google::protobuf::compiler::SourceTree::SourceTree | ( | ) | [inline] |
virtual google::protobuf::compiler::SourceTree::~SourceTree | ( | ) | [virtual] |
virtual io::ZeroCopyInputStream* google::protobuf::compiler::SourceTree::Open | ( | const string & | filename | ) | [pure virtual] |
Implemented in google::protobuf::compiler::DiskSourceTree.