The Gaudi Framework
v30r4 (9b837755)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
InputData.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
5
namespace
Gaudi
6
{
7
namespace
Parsers
8
{
10
struct
InputData
:
std::string
{
11
InputData
(
const
std::string
&
s
) :
std
::
string
{s} {}
12
using
std::string::string
;
13
using
std::string::operator=;
14
};
15
}
16
}
std
STL namespace.
std::string
STL class.
Gaudi::Parsers::InputData
Helper class to enable ADL for parsers.
Definition:
InputData.h:10
gaudirun.s
string s
Definition:
gaudirun.py:253
Gaudi
Helper functions to set/get the application return code.
Definition:
__init__.py:1
Gaudi::Parsers::InputData::InputData
InputData(const std::string &s)
Definition:
InputData.h:11
GaudiKernel
Gaudi
Parsers
InputData.h
Generated on Fri Nov 2 2018 17:40:08 for The Gaudi Framework by
1.8.11