This is the complete list of members for clan::StringHelp, including all inherited members.
bom_none enum value | clan::StringHelp | |
bom_utf16_be enum value | clan::StringHelp | |
bom_utf16_le enum value | clan::StringHelp | |
bom_utf32_be enum value | clan::StringHelp | |
bom_utf32_le enum value | clan::StringHelp | |
bom_utf8 enum value | clan::StringHelp | |
BOMType enum name | clan::StringHelp | |
bool_to_local8(bool value) | clan::StringHelp | static |
bool_to_text(bool value) | clan::StringHelp | static |
bool_to_ucs2(bool value) | clan::StringHelp | static |
compare(const std::string &a, const std::string &b, bool case_insensitive=false) | clan::StringHelp | static |
compare(const std::wstring &a, const std::wstring &b, bool case_insensitive=false) | clan::StringHelp | static |
cp437_to_text(const std::string &cp437) | clan::StringHelp | static |
cp437_to_ucs2(const std::string &cp437) | clan::StringHelp | static |
detect_bom(const void *data, std::string::size_type length) | clan::StringHelp | static |
double_to_local8(double value, int num_decimal_places=6) | clan::StringHelp | static |
double_to_text(double value, int num_decimal_places=6) | clan::StringHelp | static |
double_to_ucs2(double value, int num_decimal_places=6) | clan::StringHelp | static |
float_to_local8(float value, int num_decimal_places=6, bool remove_trailing_zeros=true) | clan::StringHelp | static |
float_to_text(float value, int num_decimal_places=6, bool remove_trailing_zeros=true) | clan::StringHelp | static |
float_to_ucs2(float value, int num_decimal_places=6, bool remove_trailing_zeros=true) | clan::StringHelp | static |
int_to_local8(int value) | clan::StringHelp | static |
int_to_text(int value) | clan::StringHelp | static |
int_to_ucs2(int value) | clan::StringHelp | static |
latin1_to_ucs2(const std::string &latin1) | clan::StringHelp | static |
latin9_to_ucs2(const std::string &latin9) | clan::StringHelp | static |
ll_to_local8(long long value) | clan::StringHelp | static |
ll_to_text(long long value) | clan::StringHelp | static |
ll_to_ucs2(long long value) | clan::StringHelp | static |
local8_to_bool(const std::string &value) | clan::StringHelp | static |
local8_to_double(const std::string &value) | clan::StringHelp | static |
local8_to_float(const std::string &value) | clan::StringHelp | static |
local8_to_int(const std::string &value, int base=10) | clan::StringHelp | static |
local8_to_ll(const std::string &value, int base=10) | clan::StringHelp | static |
local8_to_lower(const std::string &s) | clan::StringHelp | static |
local8_to_text(const std::string &local8) | clan::StringHelp | static |
local8_to_ucs2(const std::string &local8) | clan::StringHelp | static |
local8_to_uint(const std::string &value, int base=10) | clan::StringHelp | static |
local8_to_ull(const std::string &value, int base=10) | clan::StringHelp | static |
local8_to_upper(const std::string &s) | clan::StringHelp | static |
remove_trailing_zeros(std::string text) | clan::StringHelp | static |
remove_trailing_zeros(std::wstring text) | clan::StringHelp | static |
split_text(const std::string &text, const std::string &split_string, bool skip_empty=true) | clan::StringHelp | static |
text_to_bool(const std::string &value) | clan::StringHelp | static |
text_to_cp437(const std::string &text) | clan::StringHelp | static |
text_to_double(const std::string &value) | clan::StringHelp | static |
text_to_float(const std::string &value) | clan::StringHelp | static |
text_to_int(const std::string &value, int base=10) | clan::StringHelp | static |
text_to_ll(const std::string &value, int base=10) | clan::StringHelp | static |
text_to_local8(const std::string &text) | clan::StringHelp | static |
text_to_lower(const std::string &s) | clan::StringHelp | static |
text_to_uint(const std::string &value, int base=10) | clan::StringHelp | static |
text_to_ull(const std::string &value, int base=10) | clan::StringHelp | static |
text_to_upper(const std::string &s) | clan::StringHelp | static |
text_to_utf8(const std::string &text) | clan::StringHelp | static |
trim(const std::string &text) | clan::StringHelp | static |
ucs2_to_bool(const std::wstring &value) | clan::StringHelp | static |
ucs2_to_cp437(const std::wstring &text) | clan::StringHelp | static |
ucs2_to_double(const std::wstring &value) | clan::StringHelp | static |
ucs2_to_float(const std::wstring &value) | clan::StringHelp | static |
ucs2_to_int(const std::wstring &value, int base=10) | clan::StringHelp | static |
ucs2_to_latin1(const std::wstring &ucs2) | clan::StringHelp | static |
ucs2_to_latin9(const std::wstring &ucs2) | clan::StringHelp | static |
ucs2_to_ll(const std::wstring &value, int base=10) | clan::StringHelp | static |
ucs2_to_local8(const std::wstring &ucs2) | clan::StringHelp | static |
ucs2_to_lower(const std::wstring &s) | clan::StringHelp | static |
ucs2_to_text(const std::wstring &ucs2) | clan::StringHelp | static |
ucs2_to_uint(const std::wstring &value, int base=10) | clan::StringHelp | static |
ucs2_to_ull(const std::wstring &value, int base=10) | clan::StringHelp | static |
ucs2_to_upper(const std::wstring &s) | clan::StringHelp | static |
ucs2_to_utf8(const std::wstring &ucs2) | clan::StringHelp | static |
uint_to_local8(unsigned int value) | clan::StringHelp | static |
uint_to_text(unsigned int value) | clan::StringHelp | static |
uint_to_ucs2(unsigned int value) | clan::StringHelp | static |
ull_to_local8(unsigned long long value) | clan::StringHelp | static |
ull_to_text(unsigned long long value) | clan::StringHelp | static |
ull_to_ucs2(unsigned long long value) | clan::StringHelp | static |
unicode_to_utf8(unsigned int value) | clan::StringHelp | static |
utf8_length(const std::string &str) | clan::StringHelp | static |
utf8_to_text(const std::string &utf8) | clan::StringHelp | static |
utf8_to_ucs2(const std::string &utf8) | clan::StringHelp | static |
wchar_to_utf8(wchar_t value) | clan::StringHelp | static |