- Renamed methods for consistency.
This commit is contained in:
Paul Beckingham
2014-04-21 16:22:18 -04:00
parent 26fb3c1686
commit b690a8d2a3
5 changed files with 22 additions and 22 deletions

View File

@@ -38,7 +38,7 @@ public:
A3t ();
~A3t ();
void initialize (int, const char**);
void append_stdin ();
void appendStdin ();
Tree* tree ();
Tree* parse ();
void entity (const std::string&, const std::string&);
@@ -50,11 +50,11 @@ public:
void findIdSequence ();
void findUUIDList ();
void get_overrides (std::string&, File&);
void get_data_location (Path&);
void apply_overrides ();
void inject_defaults ();
Tree* capture_first (const std::string&);
void getOverrides (std::string&, File&);
void getDataLocation (Path&);
void applyOverrides ();
void injectDefaults ();
Tree* captureFirst (const std::string&);
private:
void findTerminator ();