|
| void | escape (const std::string &str, std::string &ret) |
| |
| std::string | escape (const std::string &str) |
| |
| const char * | get_type_str (type t) |
| |
| rvalue | load (const char *data, size_t size) |
| |
| bool | operator== (const rvalue &l, const std::string &r) |
| |
| bool | operator== (const std::string &l, const rvalue &r) |
| |
| bool | operator!= (const rvalue &l, const std::string &r) |
| |
| bool | operator!= (const std::string &l, const rvalue &r) |
| |
| bool | operator== (const rvalue &l, double r) |
| |
| bool | operator== (double l, const rvalue &r) |
| |
| bool | operator!= (const rvalue &l, double r) |
| |
| bool | operator!= (double l, const rvalue &r) |
| |
| rvalue | load_nocopy_internal (char *data, size_t size) |
| |
| rvalue | load (const char *data) |
| |
| rvalue | load (const std::string &str) |
| |
| void | dump_string (const std::string &str, std::string &out) |
| |
| void | dump_internal (const wvalue &v, std::string &out) |
| |
| std::string | dump (const wvalue &v) |
| |