COOPY » Guide  version 0.6.5
Functions
/home/paulfitz/cvs/coopy_scm/coopy/src/libcoopy_full/Diff.cpp File Reference
#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 PatchercreateTool (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)

Function Documentation

static bool copyBook ( PolyBook src_book,
const char *  src,
const char *  dest,
bool *  cloned 
) [static]
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().

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines