ATLAS Offline Software
Namespaces | Functions
Tokenize.h File Reference
#include <string>
#include <set>
Include dependency graph for Tokenize.h:

Go to the source code of this file.

Namespaces

 top
 TopConfig A simple configuration that is NOT a singleton.
 

Functions

template<typename Container >
void top::tokenize (const std::string &input, Container &output, const std::string &delimiters=" ", bool trim_empty=false)
 Tokenize an input string using a set of delimiters. More...
 
template<typename Container >
void top::tokenize_set (const std::string &input, Container &output, const std::string &delimiters=" ", bool trim_empty=false)
 Same as tokenize() method, but accepts std::set-like containers, with emplace method. More...