ATLAS Offline Software
Loading...
Searching...
No Matches
IdentifierFieldParser.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef Identifier_IdentifierFieldParser_h
6#define Identifier_IdentifierFieldParser_h
7#include <iosfwd>
8#include <vector>
9#include "Identifier/IdentifierField.h" //for typedef
10
11namespace Identifier{
12 bool
13 isDigit(const char c);
14
16 parseStreamDigits(std::istream & is);
17
19 parseStreamList(std::istream & is);
20
22 parseTextList(std::string & text);
23
24}
25#endif
std::vector< element_type > element_vector
ExpandedIdentifier::element_type element_type
bool isDigit(const char c)
IdentifierField::element_type parseStreamDigits(std::istream &is)
IdentifierField::element_vector parseStreamList(std::istream &is)
IdentifierField::element_vector parseTextList(std::string &text)