, including all inherited members.
| 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 | [static] |
| bandwidth(unsigned long bps, int decimals=0) (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 | [static] |
| dataRate(unsigned long bps, int decimals=0) (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 | [static] |
| dataSize(unsigned long bytes, int decimals=0) (defined in sella::util::String) | sella::util::String | [static] |
| DefaultMatchFlags (defined in sella::util::String) | sella::util::String | [static] |
| DefaultREFlags (defined in sella::util::String) | sella::util::String | [static] |
| 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 | [static] |
| duration(unsigned long usec, int decimals=0) (defined in sella::util::String) | sella::util::String | [static] |
| join(const std::vector< std::string > &src, const std::string &delim) (defined in sella::util::String) | sella::util::String | [static] |
| join(const std::vector< std::string > &src, char delim= ',') (defined in sella::util::String) | sella::util::String | [static] |
| join(const std::list< std::string > &src, const std::string &delim) (defined in sella::util::String) | sella::util::String | [static] |
| join(const std::list< std::string > &src, char delim= ',') (defined in sella::util::String) | sella::util::String | [static] |
| join(const std::set< std::string > &src, const std::string &delim) (defined in sella::util::String) | sella::util::String | [static] |
| join(const std::set< std::string > &src, char delim= ',') (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=" \t\r\n\v\f") (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=" \t\r\n\v\f") (defined in sella::util::String) | sella::util::String | [static] |
| ltrim(std::string &str, char space) (defined in sella::util::String) | sella::util::String | [static] |
| MatchFlag typedef (defined in sella::util::String) | sella::util::String | |
| 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="", 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="", 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="", 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="", 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, 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_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="", 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="", 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="", 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="", 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] |
| rtrim(const std::string &str, const std::string &space=" \t\r\n\v\f") (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=" \t\r\n\v\f") (defined in sella::util::String) | sella::util::String | [static] |
| rtrim(std::string &str, char space) (defined in sella::util::String) | sella::util::String | [static] |
| split(const std::string &str, const std::string &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] |
| 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] |
| substr_ireplace(const std::string &src, const std::string &search, const std::string &replace="", 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="", bool global=true) (defined in sella::util::String) | sella::util::String | [static] |
| substr_ireplace2(std::string &src, const std::string &search, const std::string &replace="", 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="", 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="", bool global=true) (defined in sella::util::String) | sella::util::String | [static] |
| substr_replace2(std::string &src, const std::string &search, const std::string &replace="", bool global=true) (defined in sella::util::String) | sella::util::String | [static] |
| trim(const std::string &str, const std::string &space=" \t\r\n\v\f") (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=" \t\r\n\v\f") (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] |