libepp_nicbr
|
This is the complete list of members for StrUtil, including all inherited members.
esc_xml_markup(const string &input_txt) | StrUtil | static |
gsub(string &buffer, const char *pat, const char *drp) | StrUtil | static |
iso88591_to_utf8(const string &iso88591, string &utf8) | StrUtil | static |
ltrim(string &s) | StrUtil | static |
parse(const string &text, const map< string, string, less< string > > &to_parse, string tag_begin, string tag_end) | StrUtil | static |
rtrim(string &s) | StrUtil | static |
to_string(const char *format, const kind &number) | StrUtil | inlinestatic |
trim(string &s) | StrUtil | static |
utf8_to_iso88591(const string &utf8, string &iso88591) | StrUtil | static |
xml_beautifier(const string &input_txt) | StrUtil |