|
COOPY » Guide
version 0.6.5
|
#include <stdio.h>#include <getopt.h>#include <coopy/CsvFile.h>#include <coopy/CsvTextBook.h>#include <coopy/MergeOutputIndex.h>#include <coopy/MergeOutputPool.h>#include <coopy/MergeOutputFilter.h>#include <coopy/BookCompare.h>#include <coopy/PolyBook.h>#include <coopy/SheetPatcher.h>#include <coopy/PatchParser.h>#include <coopy/PoolImpl.h>#include <coopy/Options.h>#include <coopy/Highlighter.h>#include <coopy/ShortTextBook.h>#include <coopy/FilteredTextBook.h>#include <coopy/IndexSniffer.h>#include <coopy/Diff.h>Go to the source code of this file.
Functions | |
| static Patcher * | createTool (string mode, string version="") |
| static bool | copyFile (const char *src, const char *dest) |
| static bool | copyBook (PolyBook &src_book, const char *src, const char *dest, bool *cloned) |
| static bool copyBook | ( | PolyBook & | src_book, |
| const char * | src, | ||
| const char * | dest, | ||
| bool * | cloned | ||
| ) | [static] |
Definition at line 37 of file Diff.cpp.
References coopy::store::Value::asString(), copyFile(), coopy::store::Property::get(), coopy::store::PolyBook::getType(), and coopy::store::PolyBook::write().
Referenced by coopy::app::Diff::apply().
| static bool copyFile | ( | const char * | src, |
| const char * | dest | ||
| ) | [static] |
Definition at line 31 of file Diff.cpp.
Referenced by copyBook().
| static Patcher* createTool | ( | string | mode, |
| string | version = "" |
||
| ) | [static] |
Definition at line 27 of file Diff.cpp.
Referenced by coopy::app::Diff::apply().
1.7.4