COOPY » Guide
version 0.6.5
|
Collect basic Coopy functionality in one place. More...
#include <Coopy.h>
Collect basic Coopy functionality in one place.
Intended to simplify wrappers for the library in other languages.
virtual coopy::app::Coopy::~Coopy | ( | ) | [inline, virtual] |
bool coopy::app::Coopy::checkFormat | ( | ) | [inline] |
Definition at line 54 of file Coopy.h.
References setFormat().
bool coopy::app::Coopy::compare | ( | coopy::store::TextBook & | local, |
coopy::store::TextBook & | remote | ||
) | [inline] |
bool coopy::app::Coopy::compare | ( | coopy::store::DataSheet & | pivot, |
coopy::store::DataSheet & | local, | ||
coopy::store::DataSheet & | remote | ||
) | [inline] |
bool coopy::app::Coopy::compare | ( | coopy::store::DataSheet & | local, |
coopy::store::DataSheet & | remote | ||
) | [inline] |
bool Coopy::compare | ( | coopy::store::TextBook & | pivot, |
coopy::store::TextBook & | local, | ||
coopy::store::TextBook & | remote | ||
) |
Definition at line 11 of file Coopy.cpp.
References coopy::cmp::BookCompare::compare().
Referenced by compare(), generateExample(), and main().
coopy::store::PolyBook Coopy::createBook | ( | coopy::store::PolySheet | sheet | ) | [static] |
Definition at line 71 of file Coopy.cpp.
References coopy::store::PolyBook::take().
int coopy::app::Coopy::getChangeCount | ( | ) | const [inline] |
Definition at line 121 of file Coopy.h.
References coopy::cmp::Patcher::getChangeCount().
coopy::store::PolyBook Coopy::loadBook | ( | const char * | filename | ) | [static] |
Definition at line 78 of file Coopy.cpp.
References coopy::store::PolyBook::read().
Referenced by main().
bool coopy::app::Coopy::merge | ( | coopy::store::DataSheet & | pivot, |
coopy::store::DataSheet & | local, | ||
coopy::store::DataSheet & | remote | ||
) | [inline] |
bool Coopy::merge | ( | coopy::store::TextBook & | pivot, |
coopy::store::TextBook & | local, | ||
coopy::store::TextBook & | remote | ||
) |
Definition at line 33 of file Coopy.cpp.
References coopy::cmp::BookCompare::compare().
bool Coopy::patch | ( | coopy::store::TextBook & | local, |
coopy::store::TextBook & | mod | ||
) |
Definition at line 49 of file Coopy.cpp.
References coopy::cmp::PatchParser::applyHiliteBook().
bool coopy::app::Coopy::patch | ( | coopy::store::DataSheet & | local, |
coopy::store::DataSheet & | mod | ||
) | [inline] |
void coopy::app::Coopy::reset | ( | ) | [inline] |
Definition at line 41 of file Coopy.h.
Referenced by setFormat(), and ~Coopy().
bool coopy::app::Coopy::setFormat | ( | const char * | name, |
const char * | version = NULL |
||
) | [inline] |
Definition at line 48 of file Coopy.h.
References coopy::cmp::Patcher::createByName(), and reset().
Referenced by checkFormat(), and main().
bool coopy::app::Coopy::setOutput | ( | const char * | filename | ) | [inline] |
Definition at line 59 of file Coopy.h.
Referenced by generateExample().
bool coopy::app::Coopy::setOutput | ( | coopy::store::DataSheet & | sheet | ) | [inline] |
Definition at line 64 of file Coopy.h.
References coopy::store::WrapBook::attach().
bool coopy::app::Coopy::setOutput | ( | coopy::store::TextBook & | book | ) | [inline] |