COOPY » Guide
version 0.6.5
|
Go to the source code of this file.
Data Structures | |
class | Stringer |
Functions | |
std::string | stringer_encoder (bool x) |
std::string | stringer_encoder (int x) |
std::string | stringer_encoder (const std::string &x) |
std::string | stringer_encoder (const coopy::store::SheetCell &x) |
std::string | quoteSql (std::string x, char del, bool alwaysQuote) |
std::string quoteSql | ( | std::string | x, |
char | del, | ||
bool | alwaysQuote | ||
) |
std::string stringer_encoder | ( | int | x | ) |
Definition at line 19 of file Stringer.cpp.
std::string stringer_encoder | ( | const coopy::store::SheetCell & | x | ) |
Definition at line 31 of file Stringer.cpp.
std::string stringer_encoder | ( | const std::string & | x | ) |
std::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().