COOPY » Guide  version 0.6.5
Data Structures | Namespaces | Typedefs | Enumerations
/home/paulfitz/cvs/coopy_scm/coopy/src/libcoopy_full/include/coopy/Options.h File Reference
#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
}

Enumeration Type Documentation

anonymous enum
Enumerator:
OPTION_FOR_DIFF 
OPTION_FOR_PATCH 
OPTION_FOR_MERGE 
OPTION_FOR_FORMAT 
OPTION_FOR_REDIFF 
OPTION_FOR_RESOLVE 
OPTION_FOR_COOPY 
OPTION_FOR_COMPARE 
OPTION_FOR_ALL 
OPTION_PATCH_FORMAT 

Definition at line 23 of file Options.h.

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines