COOPY » Guide
version 0.6.5
|
#include <string>
#include <vector>
#include <map>
#include <coopy/CompareFlags.h>
#include <coopy/PolyBook.h>
Go to the source code of this file.
Data Structures | |
class | coopy::app::Option |
class | coopy::app::Example |
class | coopy::app::Options |
Set up options. More... | |
Namespaces | |
namespace | coopy |
All COOPY toolbox classes. | |
namespace | coopy::app |
Helper classes for the standard Coopy command-line tools. | |
Typedefs | |
typedef Example | coopy::app::Recipe |
Enumerations | |
enum | { OPTION_FOR_DIFF = 1, OPTION_FOR_PATCH = 2, OPTION_FOR_MERGE = 4, OPTION_FOR_FORMAT = 8, OPTION_FOR_REDIFF = 16, OPTION_FOR_RESOLVE = 32, OPTION_FOR_COOPY = 64, OPTION_FOR_COMPARE = OPTION_FOR_DIFF|OPTION_FOR_MERGE, OPTION_FOR_ALL = 127, OPTION_PATCH_FORMAT = 128 } |