|
COOPY » Guide
version 0.6.5
|
#include <coopy/MergeOutputCsvDiff.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 "" |
| #define OP_ASSIGN "=" |
Definition at line 31 of file MergeOutputCsvDiff.cpp.
Referenced by coopy::cmp::MergeOutputCsvDiff::changeRow().
| #define OP_CONTEXT "#" |
Definition at line 33 of file MergeOutputCsvDiff.cpp.
| #define OP_MATCH "*" |
Definition at line 30 of file MergeOutputCsvDiff.cpp.
Referenced by coopy::cmp::MergeOutputCsvDiff::changeRow().
| #define OP_MATCH_ASSIGN "*=" |
Definition at line 32 of file MergeOutputCsvDiff.cpp.
Referenced by coopy::cmp::MergeOutputCsvDiff::changeRow().
| #define OP_NONE "" |
Definition at line 34 of file MergeOutputCsvDiff.cpp.
Referenced by coopy::cmp::MergeOutputCsvDiff::changeRow().
| #define WANT_MAP2STRING |
Definition at line 22 of file MergeOutputCsvDiff.cpp.
| #define WANT_VECTOR2STRING |
Definition at line 23 of file MergeOutputCsvDiff.cpp.
1.7.4