ATLAS Offline Software
Loading...
Searching...
No Matches
DataQuality
GoodRunsLists
GoodRunsLists
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
GRLStrUtil
Definition
StrUtil.h:10
GRLStrUtil::split
void split(const std::string &input, std::string &first, std::string &second)
Definition
StrUtil.cxx:23
GRLStrUtil::trim
void trim(std::string &input)
Definition
StrUtil.cxx:12
Generated on
for ATLAS Offline Software by
1.14.0