|
template<typename InputIterator , typename UnaryOperator > |
static string | optparse::str_join_trans (const string &sep, InputIterator begin, InputIterator end, UnaryOperator op) |
|
template<class InputIterator > |
static string | optparse::str_join (const string &sep, InputIterator begin, InputIterator end) |
|
static string & | optparse::str_replace (string &s, const string &patt, const string &repl) |
|
static string | optparse::str_replace (const string &s, const string &patt, const string &repl) |
|
static string | optparse::str_format (const string &s, size_t pre, size_t len, bool indent_first=true) |
|
static string | optparse::str_inc (const string &s) |
|
static unsigned int | optparse::cols () |
|
static string | optparse::basename (const string &s) |
|