void |
AddFile(const String<char>& sourceFilePath, const String<char>& targetFilePath, bool add, int& addCount, bool colors) |
bool |
FilesDiffer(const String<char>& sourceFilePath, const String<char>& targetFilePath) |
void |
Make(const List<String<char>>& files, bool force, bool verbose, bool colors) |
void |
PrintHelp() |
void |
Process(const String<char>& file, const String<char>& from, bool verbose, bool add, bool update, bool colors) |
void |
ProcessDir(const String<char>& sourceDir, const String<char>& targetDir, Pattern* pattern, bool includeSubdirs, bool verbose, bool add, bool update, int& updateCount, int& addCount, bool colors) |
DirSet |
ReadDirs(Document* doc, const PatternSet& patterns, const String<char>& file, bool verbose, bool colors) |
PatternSet |
ReadPatterns(Context& context, Document* doc, const String<char>& file, bool verbose, bool colors) |
void |
UpdateFile(const String<char>& sourceFilePath, const String<char>& targetFilePath, bool update, int& updateCount, bool colors) |
const char* |
Version() |
int |
main(int argc, const char** argv) |