libutil++  1.9.3
 All Classes Functions Variables
sella::util::String Member List

This is the complete list of members for sella::util::String, including all inherited members.

Algo enum name (defined in sella::util::String)sella::util::String
AlphaNumbericLowerCase(void) (defined in sella::util::String)sella::util::Stringinlinestatic
AlphaNumbericUpperCase(void) (defined in sella::util::String)sella::util::Stringinlinestatic
AlphaNumericMixedCase(void) (defined in sella::util::String)sella::util::Stringinlinestatic
Auto enum value (defined in sella::util::String)sella::util::String
bandwidth(int64_t bps, int decimals=0) (defined in sella::util::String)sella::util::Stringstatic
bandwidth(uint64_t bps, int decimals=0) (defined in sella::util::String)sella::util::Stringstatic
bandwidth(long bps, int decimals=0) (defined in sella::util::String)sella::util::Stringinlinestatic
bandwidth(unsigned long bps, int decimals=0) (defined in sella::util::String)sella::util::Stringinlinestatic
base64_decode(const std::string &src, bool standard=true) (defined in sella::util::String)sella::util::Stringstatic
base64_encode(unsigned char const *src, unsigned int in_len, bool standard=true) (defined in sella::util::String)sella::util::Stringstatic
base64_encode(const std::string &src, bool standard=true) (defined in sella::util::String)sella::util::Stringstatic
dataRate(int64_t bps, int decimals=0) (defined in sella::util::String)sella::util::Stringstatic
dataRate(uint64_t bps, int decimals=0) (defined in sella::util::String)sella::util::Stringstatic
dataRate(long bps, int decimals=0) (defined in sella::util::String)sella::util::Stringinlinestatic
dataRate(unsigned long bps, int decimals=0) (defined in sella::util::String)sella::util::Stringinlinestatic
dataRate(const std::string &dataRate) (defined in sella::util::String)sella::util::Stringstatic
dataSize(int64_t bytes, int decimals=0) (defined in sella::util::String)sella::util::Stringstatic
dataSize(uint64_t bytes, int decimals=0) (defined in sella::util::String)sella::util::Stringstatic
dataSize(long bytes, int decimals=0) (defined in sella::util::String)sella::util::Stringinlinestatic
dataSize(unsigned long bytes, int decimals=0) (defined in sella::util::String)sella::util::Stringinlinestatic
dataSize(const std::string &dataSize) (defined in sella::util::String)sella::util::Stringstatic
decrypt(const std::string &src, const std::string &password, const std::string &salt=DefaultSalt(), uint32_t seed=0) (defined in sella::util::String)sella::util::Stringstatic
decrypt(std::string &src, const std::string &password, const std::string &salt=DefaultSalt(), uint32_t seed=0) (defined in sella::util::String)sella::util::Stringstatic
DefaultLevel (defined in sella::util::String)sella::util::Stringstatic
DefaultMatchFlags(void) (defined in sella::util::String)sella::util::Stringinlinestatic
DefaultREFlags(void) (defined in sella::util::String)sella::util::Stringinlinestatic
DefaultSalt(void) (defined in sella::util::String)sella::util::Stringinlinestatic
deflate(const std::string &src, Algo algo=Zlib, int level=DefaultLevel) (defined in sella::util::String)sella::util::Stringstatic
deflate(const std::vector< char > &src, Algo algo=Zlib, int level=DefaultLevel, size_t size=0) (defined in sella::util::String)sella::util::Stringstatic
Delim(void) (defined in sella::util::String)sella::util::Stringinlinestatic
duration(int64_t usec, int decimals=0) (defined in sella::util::String)sella::util::Stringstatic
duration(uint64_t usec, int decimals=0) (defined in sella::util::String)sella::util::Stringstatic
duration(long usec, int decimals=0) (defined in sella::util::String)sella::util::Stringinlinestatic
duration(unsigned long usec, int decimals=0) (defined in sella::util::String)sella::util::Stringinlinestatic
encrypt(const std::string &src, const std::string &password, const std::string &salt=DefaultSalt(), uint32_t seed=0) (defined in sella::util::String)sella::util::Stringstatic
encrypt(std::string &src, const std::string &password, const std::string &salt=DefaultSalt(), uint32_t seed=0) (defined in sella::util::String)sella::util::Stringstatic
escape(const std::string &src, const std::string &chars="\"", const std::string &escape="\\") (defined in sella::util::String)sella::util::Stringstatic
escape_percent(const std::string &src) (defined in sella::util::String)sella::util::Stringstatic
Gzip enum value (defined in sella::util::String)sella::util::String
inflate(const std::string &src, Algo algo=Auto) (defined in sella::util::String)sella::util::Stringstatic
inflate(const std::vector< char > &src, Algo algo=Auto, size_t size=0) (defined in sella::util::String)sella::util::Stringstatic
isPrintable(const std::string &src) (defined in sella::util::String)sella::util::Stringstatic
itoa(int64_t src, int base=10) (defined in sella::util::String)sella::util::Stringstatic
itoa(uint64_t src, int base=10) (defined in sella::util::String)sella::util::Stringstatic
itoa(long src, int base=10) (defined in sella::util::String)sella::util::Stringinlinestatic
itoa(unsigned long src, int base=10) (defined in sella::util::String)sella::util::Stringinlinestatic
itoa(int64_t src, char *dst, size_t &len, int base=10) (defined in sella::util::String)sella::util::Stringstatic
itoa(uint64_t src, char *dst, size_t &len, int base=10) (defined in sella::util::String)sella::util::Stringstatic
itoa(long src, char *dst, size_t &len, int base=10) (defined in sella::util::String)sella::util::Stringinlinestatic
itoa(unsigned long src, char *dst, size_t &len, int base=10) (defined in sella::util::String)sella::util::Stringinlinestatic
join(const std::vector< std::string > &src, const std::string &delim, char quote= '\0', const std::string &empty=nil(), const std::string &lbr=nil(), const std::string &rbr=nil(), size_t threshold=1) (defined in sella::util::String)sella::util::Stringstatic
join(const std::vector< std::string > &src, char delim= ',', char quote= '\0', const std::string &empty=nil(), const std::string &lbr=nil(), const std::string &rbr=nil(), size_t threshold=1) (defined in sella::util::String)sella::util::Stringstatic
join(const std::list< std::string > &src, const std::string &delim, char quote= '\0', const std::string &empty=nil(), const std::string &lbr=nil(), const std::string &rbr=nil(), size_t threshold=1) (defined in sella::util::String)sella::util::Stringstatic
join(const std::list< std::string > &src, char delim= ',', char quote= '\0', const std::string &empty=nil(), const std::string &lbr=nil(), const std::string &rbr=nil(), size_t threshold=1) (defined in sella::util::String)sella::util::Stringstatic
join(const std::set< std::string > &src, const std::string &delim, char quote= '\0', const std::string &empty=nil(), const std::string &lbr=nil(), const std::string &rbr=nil(), size_t threshold=1) (defined in sella::util::String)sella::util::Stringstatic
join(const std::set< std::string > &src, char delim= ',', char quote= '\0', const std::string &empty=nil(), const std::string &lbr=nil(), const std::string &rbr=nil(), size_t threshold=1) (defined in sella::util::String)sella::util::Stringstatic
join(const std::vector< variant::Variant > &src, const std::string &delim, char quote= '\0', const std::string &empty=nil(), const std::string &lbr=nil(), const std::string &rbr=nil(), size_t threshold=1) (defined in sella::util::String)sella::util::Stringstatic
join(const std::vector< variant::Variant > &src, char delim= ',', char quote= '\0', const std::string &empty=nil(), const std::string &lbr=nil(), const std::string &rbr=nil(), size_t threshold=1) (defined in sella::util::String)sella::util::Stringstatic
lower(const std::string &src) (defined in sella::util::String)sella::util::Stringstatic
lower(std::string &src) (defined in sella::util::String)sella::util::Stringstatic
ltrim(const std::string &str, const std::string &space=Whitespace()) (defined in sella::util::String)sella::util::Stringstatic
ltrim(const std::string &str, char space) (defined in sella::util::String)sella::util::Stringstatic
ltrim(std::string &str, const std::string &space=Whitespace()) (defined in sella::util::String)sella::util::Stringstatic
ltrim(std::string &str, char space) (defined in sella::util::String)sella::util::Stringstatic
LZ4 enum value (defined in sella::util::String)sella::util::String
MatchFlag typedef (defined in sella::util::String)sella::util::String
nil(void) (defined in sella::util::String)sella::util::Stringinlinestatic
RadixLookup(void) (defined in sella::util::String)sella::util::Stringinlinestatic
random(size_t len, const std::string &charset=AlphaNumericMixedCase(), uint32_t seed=0) (defined in sella::util::String)sella::util::Stringstatic
rate(int64_t bps, int decimals=0, const std::string &suffix="s") (defined in sella::util::String)sella::util::Stringstatic
rate(uint64_t bps, int decimals=0, const std::string &suffix="s") (defined in sella::util::String)sella::util::Stringstatic
rate(long bps, int decimals=0, const std::string &suffix="s") (defined in sella::util::String)sella::util::Stringinlinestatic
rate(unsigned long bps, int decimals=0, const std::string &suffix="s") (defined in sella::util::String)sella::util::Stringinlinestatic
REFlag typedef (defined in sella::util::String)sella::util::String
regex_imatch(const std::string &src, const boost::regex &regex, MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_imatch(const std::string &src, const std::string &regex, REFlag reFlags=DefaultREFlags(), MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_imatch(const std::string &src, const boost::regex &regex, boost::cmatch &matches, MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_imatch(const std::string &src, const std::string &regex, boost::cmatch &matches, REFlag reFlags=DefaultREFlags(), MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_imatch(const std::string &src, const boost::regex &regex, std::string &match, MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_imatch(const std::string &src, const std::string &regex, std::string &match, REFlag reFlags=DefaultREFlags(), MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_imatch(const std::string &src, const boost::regex &regex, std::vector< std::string > &matches, MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_imatch(const std::string &src, const std::string &regex, std::vector< std::string > &matches, REFlag reFlags=DefaultREFlags(), MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_ireplace(const std::string &src, const boost::regex &regex, const std::string &replace=nil(), MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_ireplace(const std::string &src, const std::string &regex, const std::string &replace=nil(), REFlag reFlags=DefaultREFlags(), MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_ireplace(std::string &src, const boost::regex &regex, const std::string &replace=nil(), MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_ireplace(std::string &src, const std::string &regex, const std::string &replace=nil(), REFlag reFlags=DefaultREFlags(), MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_isearch(const std::string &src, const boost::regex &regex, MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_isearch(const std::string &src, const std::string &regex, REFlag reFlags=DefaultREFlags(), MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_isearch(const std::string &src, const boost::regex &regex, boost::cmatch &matches, MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_isearch(const std::string &src, const std::string &regex, boost::cmatch &matches, REFlag reFlags=DefaultREFlags(), MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_isearch(const std::string &src, const boost::regex &regex, std::string &match, MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_isearch(const std::string &src, const std::string &regex, std::string &match, REFlag reFlags=DefaultREFlags(), MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_isearch(const std::string &src, const boost::regex &regex, std::vector< std::string > &matches, bool global=true, bool subexp=true, MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_isearch(const std::string &src, const std::string &regex, std::vector< std::string > &matches, bool global=true, bool subexp=true, REFlag reFlags=DefaultREFlags(), MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_isearch(const std::string &src, const boost::regex &regex, std::set< std::string > &matches, bool global=true, bool subexp=true, MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_isearch(const std::string &src, const std::string &regex, std::set< std::string > &matches, bool global=true, bool subexp=true, REFlag reFlags=DefaultREFlags(), MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_isearch_sub(const std::string &src, const boost::regex &regex, std::vector< std::string > &matches, bool global=true, MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_isearch_sub(const std::string &src, const std::string &regex, std::vector< std::string > &matches, bool global=true, REFlag reFlags=DefaultREFlags(), MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_isearch_sub(const std::string &src, const boost::regex &regex, std::set< std::string > &matches, bool global=true, MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_isearch_sub(const std::string &src, const std::string &regex, std::set< std::string > &matches, bool global=true, REFlag reFlags=DefaultREFlags(), MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_isplit(const std::string &str, const boost::regex &delim, bool empty=true, size_t limit=-1) (defined in sella::util::String)sella::util::Stringstatic
regex_isplit(const std::string &str, const std::string &regex, bool empty=true, size_t limit=-1, REFlag reFlags=DefaultREFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_match(const std::string &src, const boost::regex &regex, MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_match(const std::string &src, const std::string &regex, REFlag reFlags=DefaultREFlags(), MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_match(const std::string &src, const boost::regex &regex, boost::cmatch &matches, MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_match(const std::string &src, const std::string &regex, boost::cmatch &matches, REFlag reFlags=DefaultREFlags(), MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_match(const std::string &src, const boost::regex &regex, std::string &match, MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_match(const std::string &src, const std::string &regex, std::string &match, REFlag reFlags=DefaultREFlags(), MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_match(const std::string &src, const boost::regex &regex, std::vector< std::string > &matches, MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_match(const std::string &src, const std::string &regex, std::vector< std::string > &matches, REFlag reFlags=DefaultREFlags(), MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_replace(const std::string &src, const boost::regex &regex, const std::string &replace=nil(), MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_replace(const std::string &src, const std::string &regex, const std::string &replace=nil(), REFlag reFlags=DefaultREFlags(), MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_replace(std::string &src, const boost::regex &regex, const std::string &replace=nil(), MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_replace(std::string &src, const std::string &regex, const std::string &replace=nil(), REFlag reFlags=DefaultREFlags(), MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_search(const std::string &src, const boost::regex &regex, MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_search(const std::string &src, const std::string &regex, REFlag reFlags=DefaultREFlags(), MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_search(const std::string &src, const boost::regex &regex, boost::cmatch &matches, MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_search(const std::string &src, const std::string &regex, boost::cmatch &matches, REFlag reFlags=DefaultREFlags(), MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_search(const std::string &src, const boost::regex &regex, std::string &match, MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_search(const std::string &src, const std::string &regex, std::string &match, REFlag reFlags=DefaultREFlags(), MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_search(const std::string &src, const boost::regex &regex, std::vector< std::string > &matches, bool global=true, bool subexp=true, MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_search(const std::string &src, const std::string &regex, std::vector< std::string > &matches, bool global=true, bool subexp=true, REFlag reFlags=DefaultREFlags(), MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_search(const std::string &src, const boost::regex &regex, std::set< std::string > &matches, bool global=true, bool subexp=true, MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_search(const std::string &src, const std::string &regex, std::set< std::string > &matches, bool global=true, bool subexp=true, REFlag reFlags=DefaultREFlags(), MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_search_sub(const std::string &src, const boost::regex &regex, std::vector< std::string > &matches, bool global=true, MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_search_sub(const std::string &src, const std::string &regex, std::vector< std::string > &matches, bool global=true, REFlag reFlags=DefaultREFlags(), MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_search_sub(const std::string &src, const boost::regex &regex, std::set< std::string > &matches, bool global=true, MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_search_sub(const std::string &src, const std::string &regex, std::set< std::string > &matches, bool global=true, REFlag reFlags=DefaultREFlags(), MatchFlag mFlags=DefaultMatchFlags()) (defined in sella::util::String)sella::util::Stringstatic
regex_split(const std::string &str, const boost::regex &delim, bool empty=true, size_t limit=-1) (defined in sella::util::String)sella::util::Stringstatic
regex_split(const std::string &str, const std::string &regex, bool empty=true, size_t limit=-1, REFlag reFlags=DefaultREFlags()) (defined in sella::util::String)sella::util::Stringstatic
rtrim(const std::string &str, const std::string &space=Whitespace()) (defined in sella::util::String)sella::util::Stringstatic
rtrim(const std::string &str, char space) (defined in sella::util::String)sella::util::Stringstatic
rtrim(std::string &str, const std::string &space=Whitespace()) (defined in sella::util::String)sella::util::Stringstatic
rtrim(std::string &str, char space) (defined in sella::util::String)sella::util::Stringstatic
scale(int64_t value, int decimals=0) (defined in sella::util::String)sella::util::Stringstatic
scale(uint64_t value, int decimals=0) (defined in sella::util::String)sella::util::Stringstatic
scale(long value, int decimals=0) (defined in sella::util::String)sella::util::Stringinlinestatic
scale(unsigned long value, int decimals=0) (defined in sella::util::String)sella::util::Stringinlinestatic
split(const std::string &str, const std::string &delim=Delim(), bool exact=false, bool empty=true, size_t limit=-1) (defined in sella::util::String)sella::util::Stringstatic
split(const std::string &str, char delim, bool empty=true, size_t limit=-1) (defined in sella::util::String)sella::util::Stringstatic
split(const std::string &str, const boost::regex &delim, bool empty=true, size_t limit=-1) (defined in sella::util::String)sella::util::Stringstatic
split_csv(const std::string &line, const std::string &delim, bool empty=true, size_t limit=-1) (defined in sella::util::String)sella::util::Stringstatic
sprintf(const char *format,...) (defined in sella::util::String)sella::util::Stringstatic
sprintf(const std::string &format,...) (defined in sella::util::String)sella::util::Stringstatic
str_imatch(const std::string &a, const std::string &b) (defined in sella::util::String)sella::util::Stringstatic
strcasecmp(const std::string &a, const std::string &b) (defined in sella::util::String)sella::util::Stringstatic
strcmp(const std::string &a, const std::string &b) (defined in sella::util::String)sella::util::Stringstatic
strncasecmp(const std::string &a, const std::string &b, size_t len) (defined in sella::util::String)sella::util::Stringstatic
strncmp(const std::string &a, const std::string &b, size_t len) (defined in sella::util::String)sella::util::Stringstatic
substr_ireplace(const std::string &src, const std::string &search, const std::string &replace=nil(), bool global=true) (defined in sella::util::String)sella::util::Stringstatic
substr_ireplace(std::string &src, const std::string &search, const std::string &replace=nil(), bool global=true) (defined in sella::util::String)sella::util::Stringstatic
substr_replace(const std::string &src, const std::string &search, const std::string &replace=nil(), bool global=true) (defined in sella::util::String)sella::util::Stringstatic
substr_replace(std::string &src, const std::string &search, const std::string &replace=nil(), bool global=true) (defined in sella::util::String)sella::util::Stringstatic
trim(const std::string &str, const std::string &space=Whitespace()) (defined in sella::util::String)sella::util::Stringstatic
trim(const std::string &str, char space) (defined in sella::util::String)sella::util::Stringstatic
trim(std::string &str, const std::string &space=Whitespace()) (defined in sella::util::String)sella::util::Stringstatic
trim(std::string &str, char space) (defined in sella::util::String)sella::util::Stringstatic
ucfirst(const std::string &src) (defined in sella::util::String)sella::util::Stringstatic
ucfirst(std::string &src) (defined in sella::util::String)sella::util::Stringstatic
ucword(const std::string &src) (defined in sella::util::String)sella::util::Stringstatic
ucword(std::string &src) (defined in sella::util::String)sella::util::Stringstatic
upper(const std::string &src) (defined in sella::util::String)sella::util::Stringstatic
upper(std::string &src) (defined in sella::util::String)sella::util::Stringstatic
vsprintf(const char *format, va_list args) (defined in sella::util::String)sella::util::Stringstatic
vsprintf(const std::string &format, va_list args) (defined in sella::util::String)sella::util::Stringstatic
Whitespace(void) (defined in sella::util::String)sella::util::Stringinlinestatic
Zlib enum value (defined in sella::util::String)sella::util::String