, including all inherited members.
| all enum value | StrTool | |
| compareInsensitive(std::string const &a, std::string const &b) | StrTool | [static] |
| constants enum name | StrTool | |
| expand_tabs(char const *sourceBytes, bool *non_printable_chars=0, char replacement=0) | StrTool | [static] |
| expand_tabs(string const &r, bool *non_printable_chars=0, char replacement=0) | StrTool | [static] |
| find(char const *&fragment, size_t fragLen, char const *&within, size_t totalLen, bool insensitive) | StrTool | [static] |
| find(std::string const &fragment, std::string const &within, bool insensitive) | StrTool | [static] |
| find(char const *fragment, std::string const &within, bool insensitive) | StrTool | [static] |
| find_next_word(It1 start, It1 end, It2 word_start, It2 word_end) | StrTool | [static] |
| find_prev_word(It1 start, It1 begin, It1 end, It2 word_start, It2 word_end) | StrTool | [static] |
| is_word_char(Char c, Iterator word_start, Iterator word_end) | StrTool | [static] |
| pack_tabs(char const *s, bool stop_after_first_non_blank=true) | StrTool | [static] |
| pack_tabs(string const &r, bool stop_after_first_non_blank=true) | StrTool | [static] |
| parse_lines(string const &s, stringlist_t *l) | StrTool | [static] |
| parse_lines(string const &s, stringlist_t *l, unsigned at_most) | StrTool | [static] |
| parse_words(string const &s, stringlist_t *l, unsigned at_most, IsSeparator const &is_space) | StrTool | [static] |
| parse_words(string const &s, stringlist_t *l) | StrTool | [static] |
| parse_words(string const &s, stringlist_t *l, unsigned at_most) | StrTool | [static] |
| remove_leading(std::string &s, char space=' ') | StrTool | [static] |
| snatch_file_info(std::string const &s, std::string &file, int &line) | StrTool | [static] |
| splitOnString(std::string const &s, std::vector< std::string > &output, std::string const &sep) | StrTool | [static] |
| string typedef | StrTool | |
| stringlist_t typedef | StrTool | |