Belle II Software
light-2403-persian
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
Variables
Typedefs
a
b
c
d
l
m
n
p
r
s
w
Enumerations
Enumerator
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
c
d
e
f
h
i
m
o
p
r
s
t
v
w
Enumerations
b
c
e
g
h
m
p
s
t
v
Enumerator
b
c
k
t
Related Functions
Files
File List
File Members
All
Functions
StringHandler.cc
1
/**************************************************************************
2
* basf2 (Belle II Analysis Software Framework) *
3
* Author: The Belle II Collaboration *
4
* *
5
* See git log for contributors and copyright holders. *
6
* This file is licensed under LGPL-3.0, see LICENSE.md. *
7
**************************************************************************/
8
9
#include <framework/gearbox/StringHandler.h>
10
#include <framework/gearbox/Gearbox.h>
11
12
using namespace
std;
13
14
namespace
Belle2::gearbox {
15
B2_GEARBOX_REGISTER_INPUTHANDLER
(StringHandler,
"string"
);
16
17
InputContext
* StringHandler::open(
const
std::string&)
18
{
19
return
new
StringContext
(m_uri);
20
}
21
}
//Belle2 namespace
Belle2::gearbox::InputContext
Class representing a resource context for gearbox.
Definition:
InputHandler.h:25
Belle2::gearbox::StringContext
InputContext which just returns the value of a string previously assigned.
Definition:
StringHandler.h:21
B2_GEARBOX_REGISTER_INPUTHANDLER
#define B2_GEARBOX_REGISTER_INPUTHANDLER(classname, prefix)
Helper macro to easily register new input handlers.
Definition:
Gearbox.h:256
framework
gearbox
src
StringHandler.cc
Generated on Fri Apr 12 2024 06:50:50 for Belle II Software by
1.9.1