The Gaudi Framework
v32r2 (46d42edc)
InputData.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
5
namespace
Gaudi
{
6
namespace
Parsers {
8
struct
InputData
:
std::string
{
9
InputData
(
const
std::string
&
s
) :
std
::
string
{
s
} {}
10
using
std::string::string
;
11
using
std::string::operator=;
12
};
13
}
// namespace Parsers
14
}
// namespace Gaudi
std
STL namespace.
std::string
STL class.
Gaudi::Parsers::InputData
Helper class to enable ADL for parsers.
Definition:
InputData.h:8
gaudirun.s
string s
Definition:
gaudirun.py:318
Gaudi
Header file for std:chrono::duration-based Counters.
Definition:
__init__.py:1
Gaudi::Parsers::InputData::InputData
InputData(const std::string &s)
Definition:
InputData.h:9
GaudiKernel
Gaudi
Parsers
InputData.h
Generated on Sat Sep 28 2019 18:06:49 for The Gaudi Framework by
1.8.15