ROOT 6.18/05 Reference Guide |
Classes | |
class | HijackMessageStream |
Hijacks all messages with given level and topic (and optionally object name) while alive. More... | |
class | MakeVerbose |
Switches the message service to verbose while the instance alive. More... | |
Functions | |
std::vector< std::string > | tokenise (const std::string &str, const std::string &delims) |
Tokenise the string by splitting at the characters in delims. More... | |
std::vector< std::string > RooHelpers::tokenise | ( | const std::string & | str, |
const std::string & | delims | ||
) |
Tokenise the string by splitting at the characters in delims.
Consecutive delimiters are collapsed, so that no delimiters will appear in the tokenised strings, and no emtpy strings are returned.
Definition at line 24 of file RooHelpers.cxx.