COOPY » Guide  version 0.6.5
Defines | Functions
/home/paulfitz/cvs/coopy_scm/coopy/src/libcoopy_core/Merger.cpp File Reference
#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 Documentation

#define WANT_MAP2STRING

Definition at line 12 of file Merger.cpp.

#define WANT_VECTOR2STRING

Definition at line 13 of file Merger.cpp.


Function Documentation

static bool compare_string ( const SheetCell a,
const SheetCell b,
const CompareFlags flags 
) [static]
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().

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines