|
Ninja
|
#include <manifest_parser.h>

Public Member Functions | |
| virtual bool | ReadFile (const string &path, string *content, string *err)=0 |
| virtual | ~FileReader () |
Definition at line 30 of file manifest_parser.h.
| virtual ManifestParser::FileReader::~FileReader | ( | ) | [inline, virtual] |
Definition at line 31 of file manifest_parser.h.
| virtual bool ManifestParser::FileReader::ReadFile | ( | const string & | path, |
| string * | content, | ||
| string * | err | ||
| ) | [pure virtual] |
Implemented in ParserTest.
Referenced by ManifestParser::Load(), and ManifestParser::ParseFileInclude().
1.7.6.1