Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
StrUtil.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #include <string>
6 #include <vector>
7 
8 //using namespace std;
9 
10 namespace GRLStrUtil {
11  void trim (std::string& input);
12  void split (const std::string& input, std::string& first, std::string& second);
13  std::vector<std::string> split(std::string input);
14 }
15 
python.SystemOfUnits.second
float second
Definition: SystemOfUnits.py:134
GRLStrUtil::split
void split(const std::string &input, std::string &first, std::string &second)
Definition: StrUtil.cxx:23
DeMoScan.first
bool first
Definition: DeMoScan.py:536
GRLStrUtil::trim
void trim(std::string &input)
Definition: StrUtil.cxx:12
GRLStrUtil
Definition: StrUtil.h:10