DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq
sourcecode
dbe
include
dbe
tref.hpp
Go to the documentation of this file.
1
/*
2
* tref.h
3
*
4
* Created on: 15 Jun 2016
5
* Author: Leonidas Georgopoulos
6
*/
7
8
#ifndef DBE_TREF_H_
9
#define DBE_TREF_H_
10
11
#include <string>
12
13
namespace
dbe
14
{
15
16
template
<
typename
>
struct
config_object_linked
;
17
template
<
typename
>
struct
config_object_aggregates
;
18
19
namespace
inner
20
{
21
namespace
configobject
22
{
23
class
tref
;
24
class
vref
;
25
template
<
typename
>
class
aref
;
26
template
<
typename
>
class
gref
;
27
}
28
}
29
30
typedef
inner::configobject::tref
tref
;
31
typedef
inner::configobject::vref
vref
;
32
typedef
inner::configobject::aref<config_object_linked<std::string>
>
aref
;
33
typedef
inner::configobject::gref<config_object_aggregates<std::string>
>
gref
;
34
35
}
// namespace dbe
36
37
#endif
/* DBE_TREF_H_ */
dbe::inner::configobject::aref
Definition
tref.hpp:25
dbe::inner::configobject::gref
Definition
tref.hpp:26
dbe::inner::configobject::tref
Definition
config_reference.hpp:452
dbe::inner::configobject::vref
Definition
config_reference.hpp:479
dbe
Include QT Headers.
Definition
BatchChangeWidget.hpp:13
dbe::tref
inner::configobject::tref tref
Definition
tref.hpp:30
dbe::gref
inner::configobject::gref< config_object_aggregates< std::string > > gref
Definition
tref.hpp:33
dbe::vref
inner::configobject::vref vref
Definition
tref.hpp:31
dbe::aref
inner::configobject::aref< config_object_linked< std::string > > aref
Definition
tref.hpp:32
dbe::config_object_aggregates
Definition
tref.hpp:17
dbe::config_object_linked
Definition
tref.hpp:16
Generated on Sat Jun 28 2025 for DUNE-DAQ by
1.12.0