ATLAS Offline Software
Loading...
Searching...
No Matches
DetectorDescription
AGDD
AGDDControl
AGDDControl
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
10
class
AGDDTokenizer
:
public
std::vector<std::string> {
11
public
:
12
AGDDTokenizer
(
const
std::string & sep,
const
std::string & input);
13
14
15
private
:
16
17
};
18
19
20
#endif
// AGDDTokenizer_h
AGDDTokenizer::AGDDTokenizer
AGDDTokenizer(const std::string &sep, const std::string &input)
Definition
AGDDTokenizer.cxx:8
Generated on
for ATLAS Offline Software by
1.14.0