The Gaudi Framework
master (e68eea06)
Loading...
Searching...
No Matches
ParsersStandardSingle.cpp
Go to the documentation of this file.
1
/***********************************************************************************\
2
* (c) Copyright 1998-2025 CERN for the benefit of the LHCb and ATLAS collaborations *
3
* *
4
* This software is distributed under the terms of the Apache version 2 licence, *
5
* copied verbatim in the file "LICENSE". *
6
* *
7
* In applying this licence, CERN does not waive the privileges and immunities *
8
* granted to it by virtue of its status as an Intergovernmental Organization *
9
* or submit itself to any jurisdiction. *
10
\***********************************************************************************/
17
#ifndef __clang__
18
# pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
19
#endif
20
21
#include <
Gaudi/Parsers/CommonParsers.h
>
22
#include <
Gaudi/Parsers/Factory.h
>
23
#include <string>
24
#include <string_view>
25
26
#define PARSERS_DEF_FOR_SINGLE( Type ) \
27
StatusCode Gaudi::Parsers::parse( Type& result, std::string_view input ) { \
28
return Gaudi::Parsers::parse_( result, input ); \
29
}
30
31
PARSERS_DEF_FOR_SINGLE
(
bool
)
32
PARSERS_DEF_FOR_SINGLE
(
char
)
33
PARSERS_DEF_FOR_SINGLE
(
unsigned
char
)
34
PARSERS_DEF_FOR_SINGLE
(
signed
char
)
35
PARSERS_DEF_FOR_SINGLE
(
int
)
36
PARSERS_DEF_FOR_SINGLE
(
short
)
37
PARSERS_DEF_FOR_SINGLE
(
unsigned
short
)
38
PARSERS_DEF_FOR_SINGLE
(
unsigned
int
)
39
PARSERS_DEF_FOR_SINGLE
(
long
)
40
PARSERS_DEF_FOR_SINGLE
(
unsigned
long
)
41
PARSERS_DEF_FOR_SINGLE
(
long
long
)
42
PARSERS_DEF_FOR_SINGLE
(
unsigned
long
long
)
43
PARSERS_DEF_FOR_SINGLE
(
double
)
44
PARSERS_DEF_FOR_SINGLE
(
float
)
45
PARSERS_DEF_FOR_SINGLE
(
long
double
)
46
PARSERS_DEF_FOR_SINGLE
( std::string )
CommonParsers.h
The declaration of major parsing functions used e.g for (re)implementation of new extended properties...
Factory.h
PARSERS_DEF_FOR_SINGLE
#define PARSERS_DEF_FOR_SINGLE(Type)
@fixme workaround for a warning in a Boost spirit header
Definition
ParsersStandardSingle.cpp:26
GaudiKernel
src
Lib
ParsersStandardSingle.cpp
Generated on Tue Nov 18 2025 10:07:19 for The Gaudi Framework by
1.13.1