COOPY » Guide
version 0.6.5
|
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <coopy/SheetCompare.h>
#include <coopy/CsvSheet.h>
#include <coopy/OrderResult.h>
#include <coopy/MeasurePass.h>
#include <coopy/RowMan.h>
#include <coopy/ColMan.h>
#include <coopy/MeasureMan.h>
#include <coopy/Merger.h>
#include <coopy/SchemaSniffer.h>
#include <coopy/Compare.h>
#include <string>
#include <map>
Go to the source code of this file.
Namespaces | |
namespace | coopy |
All COOPY toolbox classes. | |
namespace | coopy::cmp |
Comparison between tables. | |
Functions | |
static string | encodeKey (DataSheet &sheet, int x, int y, int len) |
static string encodeKey | ( | DataSheet & | sheet, |
int | x, | ||
int | y, | ||
int | len | ||
) | [static] |
Definition at line 142 of file SheetCompare.cpp.
References coopy::store::DataSheet::cellSummary(), and coopy::store::SheetCell::toString().