COOPY » Guide
version 0.6.5
|
#include <coopy/MergeOutputVerboseDiff.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 |
Functions | |
std::string | stringer_encoder (const coopy::cmp::TableField &x) |
template<class T > | |
string | verbose_encoder (const std::vector< std::string > &lst, const std::map< std::string, T > &mp) |
#define WANT_MAP2STRING |
Definition at line 12 of file MergeOutputVerboseDiff.cpp.
#define WANT_VECTOR2STRING |
Definition at line 13 of file MergeOutputVerboseDiff.cpp.
std::string stringer_encoder | ( | const coopy::cmp::TableField & | x | ) |
Definition at line 8 of file MergeOutputVerboseDiff.cpp.
References coopy::cmp::TableField::toString().
string verbose_encoder | ( | const std::vector< std::string > & | lst, |
const std::map< std::string, T > & | mp | ||
) |
Definition at line 22 of file MergeOutputVerboseDiff.cpp.
References stringer_encoder().
Referenced by coopy::cmp::MergeOutputVerboseDiff::changeRow().