gem5
v20.1.0.0
|
Go to the source code of this file.
Functions | |
bool | split_first (const string &s, string &lhs, string &rhs, char c) |
bool | split_last (const string &s, string &lhs, string &rhs, char c) |
void | tokenize (vector< string > &v, const string &s, char token, bool ignore) |
bool split_first | ( | const string & | s, |
string & | lhs, | ||
string & | rhs, | ||
char | c | ||
) |
bool split_last | ( | const string & | s, |
string & | lhs, | ||
string & | rhs, | ||
char | c | ||
) |
void tokenize | ( | vector< string > & | v, |
const string & | s, | ||
char | token, | ||
bool | ignore | ||
) |
Definition at line 67 of file str.cc.
References ignore(), ArmISA::s, and ArmISA::v.
Referenced by arrayParamIn(), ObjectMatch::domatch(), CxxIniFile::getParamVector(), Stats::Info::less(), IniFile::Section::printUnreferenced(), TEST(), and Stats::validateStatName().