COOPY » Guide
version 0.6.5
|
Go to the source code of this file.
Functions | |
string | csv2html_css () |
static void | replace (string &str, const string &old, const string &rep) |
string | ml_encode (string x, bool dox) |
string csv2html_css | ( | ) |
Referenced by CsvRender::renderHtml().
string ml_encode | ( | string | x, |
bool | dox | ||
) |
Definition at line 20 of file CsvRender.cpp.
References replace().
Referenced by CsvRender::renderHtml().
static void replace | ( | string & | str, |
const string & | old, | ||
const string & | rep | ||
) | [static] |
Definition at line 11 of file CsvRender.cpp.
Referenced by ml_encode().