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