|
BWAPI
|
#include <importer.h>


Classes | |
| struct | Mapping |
Public Types | |
| enum | DiskFileToVirtualFileResult { SUCCESS, SHADOWED, CANNOT_OPEN, NO_MAPPING } |
Public Member Functions | |
| DiskSourceTree () | |
| ~DiskSourceTree () | |
| void | MapPath (const string &virtual_path, const string &disk_path) |
| DiskFileToVirtualFileResult | DiskFileToVirtualFile (const string &disk_file, string *virtual_file, string *shadowing_disk_file) |
| bool | VirtualFileToDiskFile (const string &virtual_file, string *disk_file) |
| io::ZeroCopyInputStream * | Open (const string &filename) |
| DiskFileToVirtualFileResult google::protobuf::compiler::DiskSourceTree::DiskFileToVirtualFile | ( | const string & | disk_file, |
| string * | virtual_file, | ||
| string * | shadowing_disk_file | ||
| ) |
| void google::protobuf::compiler::DiskSourceTree::MapPath | ( | const string & | virtual_path, |
| const string & | disk_path | ||
| ) |
| io::ZeroCopyInputStream* google::protobuf::compiler::DiskSourceTree::Open | ( | const string & | filename | ) | [virtual] |
Implements google::protobuf::compiler::SourceTree.
| bool google::protobuf::compiler::DiskSourceTree::VirtualFileToDiskFile | ( | const string & | virtual_file, |
| string * | disk_file | ||
| ) |
1.7.6.1