DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
tref.hpp
Go to the documentation of this file.
1// DUNE DAQ modification notice:
2// This file has been modified from the original ATLAS dbe source for the DUNE DAQ project.
3// Fork baseline commit: dbe-02-12-17 (2022-05-12).
4// Renamed since fork: yes (from dbe/tref.h to include/dbe/tref.hpp).
5
6/*
7 * tref.h
8 *
9 * Created on: 15 Jun 2016
10 * Author: Leonidas Georgopoulos
11 */
12
13#ifndef DBE_TREF_H_
14#define DBE_TREF_H_
15
16#include <string>
17
18namespace dbe
19{
20
21template<typename> struct config_object_linked;
22template<typename> struct config_object_aggregates;
23
24namespace inner
25{
26namespace configobject
27{
28class tref;
29class vref;
30template<typename> class aref;
31template<typename> class gref;
32}
33}
34
39
40} // namespace dbe
41
42#endif /* DBE_TREF_H_ */
Include QT Headers.
inner::configobject::tref tref
Definition tref.hpp:35
inner::configobject::gref< config_object_aggregates< std::string > > gref
Definition tref.hpp:38
inner::configobject::vref vref
Definition tref.hpp:36
inner::configobject::aref< config_object_linked< std::string > > aref
Definition tref.hpp:37