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

#define WANT_MAP2STRING

Definition at line 1 of file Stringer.cpp.

#define WANT_VECTOR2STRING

Definition at line 2 of file Stringer.cpp.


Function Documentation

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)
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.

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines