E-MailRelay
G::Str Member List

This is the complete list of members for G::Str, including all inherited members.

alnum() noexceptG::Strstatic
alnum_() noexceptG::Strstatic
dequote(const std::string &, char qq='\"' , char esc = '\\' , string_view ws = Str::ws() , string_view nbws = Str::ws() ) G::Strstatic
Eol enum name (defined in G::Str)G::Str
escape(std::string &s, char c_escape, string_view specials_in, string_view specials_out)G::Strstatic
escape(std::string &s)G::Strstatic
escaped(string_view, char c_escape, string_view specials_in, string_view specials_out)G::Strstatic
escaped(string_view)G::Strstatic
fromBool(bool b)G::Strstatic
fromDouble(double d)G::Strstatic
fromInt(int i)G::Strinlinestatic
fromLong(long l)G::Strinlinestatic
fromShort(short s)G::Strinlinestatic
fromUInt(unsigned int ui)G::Strinlinestatic
fromULong(unsigned long ul)G::Strinlinestatic
fromULong(unsigned long, const Hex &)G::Strinlinestatic
fromULongLong(unsigned long long, const Hex &)G::Strinlinestatic
fromULongLongToHex(unsigned long long, char *out) noexceptG::Strstatic
fromULongToHex(unsigned long, char *out) noexceptG::Strstatic
fromUShort(unsigned short us)G::Strinlinestatic
head(string_view in, std::size_t pos, string_view default_={})G::Strstatic
head(string_view, string_view sep, bool default_empty=true)G::Strstatic
headMatch(const std::string &in, string_view head) noexceptG::Strstatic
headView(string_view in, std::size_t pos, string_view default_={}) noexceptG::Strstatic
headView(string_view in, string_view sep, bool default_empty=true) noexceptG::Strstatic
ifind(string_view s, string_view key)G::Strstatic
ifindat(string_view s, string_view key, std::size_t pos)G::Strstatic
iless(string_view, string_view) noexceptG::Strstatic
imatch(char, char) noexceptG::Strstatic
imatch(string_view, string_view) noexceptG::Strstatic
isHex(string_view s) noexceptG::Strstatic
isInt(string_view s) noexceptG::Strstatic
isNegative(string_view) noexceptG::Strstatic
isNumeric(string_view s, bool allow_minus_sign=false) noexceptG::Strstatic
isPositive(string_view) noexceptG::Strstatic
isPrintable(string_view s) noexceptG::Strstatic
isPrintableAscii(string_view s) noexceptG::Strstatic
isSimple(string_view s) noexceptG::Strstatic
isUInt(string_view s) noexceptG::Strstatic
isULong(string_view s) noexceptG::Strstatic
isUShort(string_view s) noexceptG::Strstatic
join(string_view sep, const StringArray &strings)G::Strstatic
join(string_view sep, string_view s1, string_view s2, string_view s3={}, string_view s4={}, string_view s5={}, string_view s6={}, string_view s7={}, string_view s8={}, string_view s9={})G::Strstatic
join(string_view sep, const StringMap &, string_view eq, string_view tail={})G::Strstatic
keys(const StringMap &string_map)G::Strstatic
lower(string_view)G::Strstatic
match(string_view, string_view) noexceptG::Strstatic
meta() noexceptG::Strstatic
negative()G::Strstatic
only(string_view allow_chars, string_view s)G::Strstatic
positive()G::Strstatic
printable(const std::string &in, char escape='\\')G::Strstatic
printable(string_view in, char escape='\\')G::Strstatic
readLine(std::istream &stream, std::string &result, string_view eol={}, bool pre_erase_result=true, std::size_t limit=0U)G::Strstatic
readLine(std::istream &stream, std::string &result, Eol, bool pre_erase_result=true, std::size_t limit=0U)G::Strstatic
readLineFrom(std::istream &stream, string_view eol={})G::Strstatic
removeAll(std::string &, char)G::Strstatic
removedAll(const std::string &, char)G::Strstatic
replace(std::string &s, string_view from, string_view to, std::size_t *pos_p=nullptr)G::Strstatic
replace(std::string &s, char from, char to)G::Strstatic
replace(StringArray &, char from, char to)G::Strstatic
replaceAll(std::string &s, string_view from, string_view to)G::Strstatic
replaced(const std::string &s, char from, char to)G::Strstatic
splitIntoFields(string_view in, StringArray &out, char sep, char escape='\0', bool remove_escapes=true)G::Strstatic
splitIntoFields(string_view in, char sep)G::Strstatic
splitIntoTokens(const std::string &in, StringArray &out, string_view ws, char esc='\0')G::Strstatic
splitIntoTokens(const std::string &in, string_view ws=Str::ws(), char esc='\0')G::Strstatic
Str()=delete (defined in G::Str)G::Str
strncpy_s(char *dst, std::size_t n_dst, const char *src, std::size_t count) noexceptG::Strstatic
tail(string_view in, std::size_t pos, string_view default_={})G::Strstatic
tail(string_view in, string_view sep, bool default_empty=true)G::Strstatic
tailMatch(const std::string &in, string_view ending) noexceptG::Strstatic
tailView(string_view in, std::size_t pos, string_view default_={}) noexceptG::Strstatic
tailView(string_view in, string_view sep, bool default_empty=true) noexceptG::Strstatic
toBool(string_view s)G::Strstatic
toDouble(const std::string &s)G::Strstatic
toFloat(const std::string &s)G::Strstatic
toInt(string_view s)G::Strstatic
toInt(string_view s1, string_view s2)G::Strstatic
toLong(string_view s)G::Strstatic
toLower(std::string &s)G::Strstatic
toPrintableAscii(const std::string &in, char escape='\\')G::Strstatic
toPrintableAscii(const std::wstring &in, wchar_t escape=L'\\')G::Strstatic
toShort(string_view s)G::Strstatic
toUInt(string_view s)G::Strstatic
toUInt(string_view s, Limited)G::Strstatic
toUInt(string_view s1, string_view s2)G::Strstatic
toUInt(string_view s1, unsigned int default_)G::Strstatic
toULong(string_view s, Limited)G::Strstatic
toULong(string_view s, Hex)G::Strstatic
toULong(string_view s, Hex, Limited)G::Strstatic
toULong(string_view s)G::Strstatic
toULong(string_view s1, string_view s2)G::Strstatic
toUnsigned(const char *p, const char *end, bool &overflow, bool &invalid) noexceptG::Strstatic
toUnsigned(const char *&p, const char *end, bool &overflow) noexceptG::Strstatic
toUpper(std::string &s)G::Strstatic
toUShort(string_view s, Limited)G::Strstatic
toUShort(string_view s)G::Strstatic
trim(std::string &s, string_view ws)G::Strstatic
trimLeft(std::string &s, string_view ws, std::size_t limit=0U)G::Strstatic
trimLeftView(string_view, string_view ws, std::size_t limit=0U) noexceptG::Strstatic
trimmed(const std::string &s, string_view ws)G::Strstatic
trimmed(std::string &&s, string_view ws)G::Strstatic
trimmedView(string_view s, string_view ws) noexceptG::Strstatic
trimRight(std::string &s, string_view ws, std::size_t limit=0U)G::Strstatic
trimRightView(string_view sv, string_view ws, std::size_t limit=0U) noexceptG::Strstatic
truncateG::Strstatic
unescape(std::string &s, char c_escape, string_view specials_in, string_view specials_out)G::Strstatic
unescape(std::string &s)G::Strstatic
unescaped(const std::string &s)G::Strstatic
unique(const std::string &s, char c, char r)G::Strstatic
unique(const std::string &s, char c)G::Strstatic
upper(string_view)G::Strstatic
ws() noexceptG::Strstatic