ATLAS Offline Software
|
Functions | |
std::vector< std::string > | split (const std::string &str, const char token=';') |
local utility function: split string into a vector of substrings separated by a specified separator, and with whitespace in the results trimmed More... | |
std::vector< std::string > Analysis::CalibrationDataInterface::split | ( | const std::string & | str, |
const char | token = ';' |
||
) |
local utility function: split string into a vector of substrings separated by a specified separator, and with whitespace in the results trimmed
Definition at line 9 of file CalibrationDataInternals.cxx.