COOPY » Guide
version 0.6.5
|
#include <coopy/Merger.h>
#include <coopy/Dbg.h>
#include <coopy/Mover.h>
#include <coopy/NameSniffer.h>
#include <coopy/IndexSniffer.h>
#include <stdlib.h>
#include <ctype.h>
#include <algorithm>
#include <coopy/Stringer.h>
Go to the source code of this file.
Defines | |
#define | WANT_MAP2STRING |
#define | WANT_VECTOR2STRING |
Functions | |
static string | normalize_string (string low, const CompareFlags &flags) |
static bool | compare_string (const SheetCell &a, const SheetCell &b, const CompareFlags &flags) |
#define WANT_MAP2STRING |
Definition at line 12 of file Merger.cpp.
#define WANT_VECTOR2STRING |
Definition at line 13 of file Merger.cpp.
static bool compare_string | ( | const SheetCell & | a, |
const SheetCell & | b, | ||
const CompareFlags & | flags | ||
) | [static] |
Definition at line 29 of file Merger.cpp.
References coopy::store::SheetCell::escaped, coopy::cmp::CompareFlags::ignore_case, normalize_string(), and coopy::store::SheetCell::text.
Referenced by coopy::cmp::Merger::mergeRow().
static string normalize_string | ( | string | low, |
const CompareFlags & | flags | ||
) | [static] |
Definition at line 20 of file Merger.cpp.
References coopy::cmp::CompareFlags::ignore_case.
Referenced by compare_string().