ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
AtStringManip.h
Go to the documentation of this file.
1 #ifndef ATSTRINGMANIP_H
2 #define ATSTRINGMANIP_H
3 
4 #include <string>
5 #include <vector>
6 
7 namespace AtTools {
8 
12 std::vector<std::string> SplitString(const std::string &s, char delim);
13 
14 } // namespace AtTools
15 #endif //#ifndef ATSTRINGMANIP_H
AtTools::SplitString
std::vector< std::string > SplitString(const std::string &s, char delim)
split string, s, into vector of tokens split by delim.
Definition: AtStringManip.cxx:6
AtTools
Definition: AtSimpleSimulation.h:19