COOPY » Guide  version 0.6.5
Typedefs | Functions
/home/paulfitz/cvs/coopy_scm/coopy/src/libcoopy_fold/FoldTool.cpp File Reference
#include <coopy/FoldTool.h>
#include <coopy/FoldedSheet.h>
#include <coopy/CsvSheet.h>
#include <coopy/SchemaSniffer.h>
#include <coopy/ShortTextBook.h>
#include <coopy/CsvFile.h>
#include <coopy/IntSheet.h>
#include <vector>
#include <map>
#include <set>
#include <coopy/Stringer.h>

Go to the source code of this file.

Typedefs

typedef vector< int > ints

Functions

void assertColumn (SimpleSheetSchema *s, int offset, const string &name, const string &orig_name, const FoldFactor &factor)
static int fold_expander (const FoldFactor &factor, Folds &folds, FoldCache &cache, FoldedSheet &sheet, FoldSelector &sel, SimpleSheetSchema *schema=NULL, int *ywrap=NULL)
static void replace (string &str, const string &old, const string &rep)

Typedef Documentation

typedef vector<int> ints

Definition at line 19 of file FoldTool.cpp.


Function Documentation

void assertColumn ( SimpleSheetSchema s,
int  offset,
const string &  name,
const string &  orig_name,
const FoldFactor &  factor 
)
static int fold_expander ( const FoldFactor &  factor,
Folds &  folds,
FoldCache &  cache,
FoldedSheet sheet,
FoldSelector &  sel,
SimpleSheetSchema schema = NULL,
int *  ywrap = NULL 
) [static]
static void replace ( string &  str,
const string &  old,
const string &  rep 
) [static]

Definition at line 837 of file FoldTool.cpp.

Referenced by celly(), coopy::fold::FoldTool::fold(), normalizedMessage(), trim(), and wrapCode().

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines