gem5
|
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 | ||
) |
Definition at line 39 of file str.cc.
References ArmISA::offset, and ArmISA::s.
bool split_last | ( | const string & | s, |
string & | lhs, | ||
string & | rhs, | ||
char | c | ||
) |
Definition at line 54 of file str.cc.
References ArmISA::offset, and ArmISA::s.
void tokenize | ( | vector< string > & | v, |
const string & | s, | ||
char | token, | ||
bool | ignore | ||
) |
Definition at line 69 of file str.cc.
Referenced by arrayParamIn(), ObjectMatch::domatch(), CxxIniFile::getParamVector(), Stats::Info::less(), main(), MathExprPowerModel::MathExprPowerModel(), MultiBitSelBloomFilter::MultiBitSelBloomFilter(), IniFile::Section::printUnreferenced(), and Stats::validateStatName().