ATLAS Offline Software
Loading...
Searching...
No Matches
AGDDTokenizer.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#ifndef AGDDTokenizer_h
6#define AGDDTokenizer_h
7#include <string>
8#include <vector>
9
10class AGDDTokenizer : public std::vector<std::string> {
11public:
12 AGDDTokenizer(const std::string & sep, const std::string & input);
13
14
15private:
16
17};
18
19
20#endif // AGDDTokenizer_h
AGDDTokenizer(const std::string &sep, const std::string &input)