|
COOPY » Guide
version 0.6.5
|
#include <coopy/Stringer.h>#include <coopy/SheetStyle.h>#include <coopy/DataSheet.h>#include <stdio.h>Go to the source code of this file.
Defines | |
| #define | WANT_MAP2STRING |
| #define | WANT_VECTOR2STRING |
Functions | |
| string | stringer_encoder (bool x) |
| string | stringer_encoder (int x) |
| string | stringer_encoder (const string &x) |
| string | stringer_encoder (const coopy::store::SheetCell &x) |
| std::string | stringify (const std::string &x) |
| std::string | stringify (const coopy::store::SheetCell &x) |
| string | quoteSql (string x, char del, bool alwaysQuote) |
| #define WANT_MAP2STRING |
Definition at line 1 of file Stringer.cpp.
| #define WANT_VECTOR2STRING |
Definition at line 2 of file Stringer.cpp.
| string quoteSql | ( | string | x, |
| char | del, | ||
| bool | alwaysQuote | ||
| ) |
Definition at line 48 of file Stringer.cpp.
| string stringer_encoder | ( | const string & | x | ) |
Definition at line 25 of file Stringer.cpp.
| string stringer_encoder | ( | int | x | ) |
Definition at line 19 of file Stringer.cpp.
| string stringer_encoder | ( | const coopy::store::SheetCell & | x | ) |
Definition at line 31 of file Stringer.cpp.
| string stringer_encoder | ( | bool | x | ) |
Definition at line 13 of file Stringer.cpp.
Referenced by coopy::cmp::MergeOutputVerboseDiff::changePool(), coopy::cmp::MergeOutputIndex::declareLink(), encoder(), fold_expander(), coopy::store::sqlite::SqliteTextBook::save(), coopy::cmp::MergeOutputVerboseDiff::setSheet(), coopy::store::SimpleSheetSchema::toString(), and verbose_encoder().
| std::string stringify | ( | const coopy::store::SheetCell & | x | ) |
Definition at line 42 of file Stringer.cpp.
References coopy::store::SheetCell::toString().
| std::string stringify | ( | const std::string & | x | ) |
Definition at line 38 of file Stringer.cpp.
1.7.4