|
string | aurostd::attach (const string &s1) |
|
string | aurostd::attach (const string &s1, const string &s2) |
|
string | aurostd::attach (const string &s1, const string &s2, const string &s3) |
|
string | aurostd::attach (const string &s1, const string &s2, const string &s3, const string &s4) |
|
string | aurostd::attach (const string &s1, const string &s2, const string &s3, const string &s4, const string &s5) |
|
vector< string > | aurostd::get_arguments_from_input (int _argc, char **_argv) |
|
bool | aurostd::args2flag (const vector< string > &argv, const string &s0) |
|
bool | aurostd::args2flag (const vector< string > &argv, vector< string > &, const string &) __xprototype |
|
template<class utype> |
utype | aurostd::args2utype (const vector< string > &argv, const string &s0, utype def_out) |
|
template<class utype> |
xvector< utype > | aurostd::args2xvectorutype (const vector< string > &argv, const string &s0, const xvector< utype > &def_out) |
|
template<class utype> |
xvector< utype > | aurostd::args2xvectorutype (const vector< string > &argv, const string &s0, int dim) |
|
template<class utype> |
vector< utype > | aurostd::args2vectorutype (const vector< string > &argv, const string &s0) |
|
template<class utype> |
deque< utype > | aurostd::args2dequeutype (const deque< string > &argv, const string &s0) |
|
string | aurostd::args2string (const vector< string > &argv, const string &s0, const string &s_def) |
|
string | aurostd::args2string (const vector< string > &argv, vector< string > &cmds, const string &s0, const string &s_def) |
|
vector< string > | aurostd::args2vectorstring (const vector< string > &argv, const string &s0, const string &s_def) |
|
bool | aurostd::get_itemized_vector_string_from_input (const vector< string > &argv, const string &s0, vector< string > &tokens, const string &delimiter) |
|
bool | aurostd::get_itemized_vector_string_from_input (const vector< string > &argv, const string &s0, const string &s1, vector< string > &tokens, const string &delimiter) |
|
bool | aurostd::get_itemized_vector_string_from_input (const vector< string > &argv, const string &s0, const string &s1, const string &s2, vector< string > &tokens, const string &delimiter) |
|
bool | aurostd::get_itemized_vector_string_from_input (const vector< string > &argv, const string &s0, const string &s1, const string &s2, const string &s3, vector< string > &tokens, const string &delimiter) |
|
bool | aurostd::args2attachedflag (const vector< string > &argv, const string &s0) |
|
bool | aurostd::args2attachedflag (const vector< string > &, vector< string > &, const string &) __xprototype |
|
string | aurostd::args2attachedstring (const vector< string > &argv, const string &s0, string s_def) |
|
template<typename utype> |
utype | aurostd::args2attachedutype (const vector< string > &argv, const string &str1, const utype &utype_default) |
|
string | aurostd::args2attachedutype (const vector< string > &argv, const string &, const string &) __xprototype |
|