COOPY » Guide  version 0.6.5
Defines | Functions
/home/paulfitz/cvs/coopy_scm/coopy/src/libcoopy_full/Options.cpp File Reference
#include <stdio.h>
#include <coopy/Options.h>
#include <coopy/CsvSheet.h>
#include <coopy/CsvWrite.h>
#include <coopy/Coopy.h>
#include <coopy/MergeOutputFilter.h>
#include <coopy/PatchParser.h>
#include <coopy/SheetPatcher.h>
#include <coopy/PoolImpl.h>
#include <coopy/Stringer.h>
#include <coopy/CoopyVersion.h>
#include <algorithm>
#include <getopt.h>

Go to the source code of this file.

Defines

#define QUOTED_BASE(x)   # x
#define QUOTED_VERSION(x)   QUOTED_BASE(x)

Functions

static void addSpaces (int n)
static void wrapCode (const string &code, int off)
static void wrapText (const string &desc, int w, int tot)
static void generateNumbers (CsvSheet &csv, bool buggy, bool addy, bool conflict)
static bool generateExample (const string &name)

Define Documentation

#define QUOTED_BASE (   x)    # x

Definition at line 23 of file Options.cpp.

#define QUOTED_VERSION (   x)    QUOTED_BASE(x)

Definition at line 24 of file Options.cpp.

Referenced by coopy::app::Options::getVersion().


Function Documentation

static void addSpaces ( int  n) [static]

Definition at line 68 of file Options.cpp.

Referenced by wrapText().

static bool generateExample ( const string &  name) [static]
static void generateNumbers ( CsvSheet csv,
bool  buggy,
bool  addy,
bool  conflict 
) [static]
static void wrapCode ( const string &  code,
int  off 
) [static]

Definition at line 74 of file Options.cpp.

References replace().

static void wrapText ( const string &  desc,
int  w,
int  tot 
) [static]

Definition at line 83 of file Options.cpp.

References addSpaces().

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines