|
COOPY » Guide
version 0.6.5
|
#include <coopy/MergeOutputTdiff.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 |
| #define | OP_MATCH "..." |
| #define | OP_ASSIGN "..." |
| #define | OP_MATCH_ASSIGN "..." |
| #define | OP_CONTEXT "#" |
| #define | OP_NONE "" |
Functions | |
| static string | celly (const SheetCell &c, bool quote_space=false) |
| static string | stringy (const string &s, bool quote_space=false) |
| #define OP_ASSIGN "..." |
Definition at line 17 of file MergeOutputTdiff.cpp.
Referenced by coopy::cmp::MergeOutputTdiff::changeRow().
| #define OP_CONTEXT "#" |
Definition at line 19 of file MergeOutputTdiff.cpp.
| #define OP_MATCH "..." |
Definition at line 16 of file MergeOutputTdiff.cpp.
Referenced by coopy::cmp::MergeOutputTdiff::changeRow().
| #define OP_MATCH_ASSIGN "..." |
Definition at line 18 of file MergeOutputTdiff.cpp.
Referenced by coopy::cmp::MergeOutputTdiff::changeRow().
| #define OP_NONE "" |
Definition at line 20 of file MergeOutputTdiff.cpp.
Referenced by coopy::cmp::MergeOutputTdiff::changeRow().
| #define WANT_MAP2STRING |
Definition at line 8 of file MergeOutputTdiff.cpp.
| #define WANT_VECTOR2STRING |
Definition at line 9 of file MergeOutputTdiff.cpp.
| static string celly | ( | const SheetCell & | c, |
| bool | quote_space = false |
||
| ) | [static] |
Definition at line 22 of file MergeOutputTdiff.cpp.
References coopy::store::SheetCell::escaped, quoteSql(), replace(), and coopy::store::SheetCell::text.
Referenced by stringy(), and coopy::cmp::MergeOutputTdiff::updateRow().
| static string stringy | ( | const string & | s, |
| bool | quote_space = false |
||
| ) | [static] |
Definition at line 74 of file MergeOutputTdiff.cpp.
References celly(), coopy::store::SheetCell::escaped, and coopy::store::SheetCell::text.
Referenced by coopy::cmp::MergeOutputTdiff::changeColumn(), coopy::cmp::MergeOutputTdiff::changePool(), coopy::cmp::MergeOutputTdiff::operateRow(), and coopy::cmp::MergeOutputTdiff::updateRow().
1.7.4