Logo ROOT   6.16/01
Reference Guide
Classes | Functions
RooHelpers Namespace Reference

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...
 

Function Documentation

◆ tokenise()

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.