|
COOPY » Guide
version 0.6.5
|
#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 WANT_MAP2STRING |
Definition at line 8 of file MergeOutputHumanDiff.cpp.
| #define WANT_VECTOR2STRING |
Definition at line 9 of file MergeOutputHumanDiff.cpp.
| static string cond | ( | const vector< string > & | names, |
| const map< string, SheetCell > & | conds, | ||
| const map< string, SheetCell > & | vals, | ||
| bool | act | ||
| ) | [static] |
Definition at line 34 of file MergeOutputHumanDiff.cpp.
References encoder(), and coopy::store::SheetCell::text.
Referenced by coopy::cmp::SheetPatcher::changeRow(), coopy::cmp::MergeOutputHumanDiff::changeRow(), coopy::cmp::MergeOutputHumanDiff::declareNames(), coopy::cmp::Merger::mergeRow(), coopy::cmp::MergeOutputTdiff::operateRow(), and coopy::cmp::MergeOutputTdiff::updateRow().
| 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().
| static string encoder | ( | const SheetCell & | x | ) | [static] |
Definition at line 30 of file MergeOutputHumanDiff.cpp.
References encoder(), and coopy::store::SheetCell::text.
1.7.4