#include <LoadDataEscape.h>
|
| LoadDataEscape () |
|
bool | escape (const char *in_buf, size_t in_len, const char **out_bufp, size_t *out_lenp) |
|
bool | escape (const char *in_buf, size_t in_len, std::string &out) |
|
bool | unescape (const char *in_buf, size_t in_len, const char **out_bufp, size_t *out_lenp) |
|
void | set_field_separator (char fs) |
|
Definition at line 30 of file LoadDataEscape.h.
Hypertable::LoadDataEscape::LoadDataEscape |
( |
| ) |
|
|
inline |
bool LoadDataEscape::escape |
( |
const char * |
in_buf, |
|
|
size_t |
in_len, |
|
|
const char ** |
out_bufp, |
|
|
size_t * |
out_lenp |
|
) |
| |
bool Hypertable::LoadDataEscape::escape |
( |
const char * |
in_buf, |
|
|
size_t |
in_len, |
|
|
std::string & |
out |
|
) |
| |
|
inline |
void Hypertable::LoadDataEscape::set_field_separator |
( |
char |
fs | ) |
|
|
inline |
bool LoadDataEscape::unescape |
( |
const char * |
in_buf, |
|
|
size_t |
in_len, |
|
|
const char ** |
out_bufp, |
|
|
size_t * |
out_lenp |
|
) |
| |
char Hypertable::LoadDataEscape::m_field_separator |
|
private |
The documentation for this class was generated from the following files: