COOPY » Guide  version 0.6.5
Defines | Functions
/home/paulfitz/cvs/coopy_scm/coopy/src/libcoopy_core/MergeOutputHumanDiff.cpp File Reference
#include <coopy/MergeOutputHumanDiff.h>
#include <coopy/SheetStyle.h>
#include <coopy/DataSheet.h>
#include <stdio.h>
#include <stdlib.h>
#include <coopy/Stringer.h>

Go to the source code of this file.

Defines

#define WANT_MAP2STRING
#define WANT_VECTOR2STRING

Functions

static string encoder (const string &x)
static string encoder (const SheetCell &x)
static string cond (const vector< string > &names, const map< string, SheetCell > &conds, const map< string, SheetCell > &vals, bool act)
static string cond (const vector< string > &names, const map< string, SheetCell > &vals, string val_label, string cond_label)
static string cond (const vector< string > &names)

Define Documentation

#define WANT_MAP2STRING

Definition at line 8 of file MergeOutputHumanDiff.cpp.

#define WANT_VECTOR2STRING

Definition at line 9 of file MergeOutputHumanDiff.cpp.


Function Documentation

static string cond ( const vector< string > &  names,
const map< string, SheetCell > &  conds,
const map< string, SheetCell > &  vals,
bool  act 
) [static]
static string cond ( const vector< string > &  names) [static]

Definition at line 115 of file MergeOutputHumanDiff.cpp.

References encoder().

static string cond ( const vector< string > &  names,
const map< string, SheetCell > &  vals,
string  val_label,
string  cond_label 
) [static]

Definition at line 88 of file MergeOutputHumanDiff.cpp.

References encoder().

static string encoder ( const string &  x) [static]

Definition at line 16 of file MergeOutputHumanDiff.cpp.

References stringer_encoder().

Referenced by cond(), and encoder().

static string encoder ( const SheetCell x) [static]

Definition at line 30 of file MergeOutputHumanDiff.cpp.

References encoder(), and coopy::store::SheetCell::text.

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines