DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
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
13namespace dbe
14{
15
16template<typename> struct config_object_linked;
17template<typename> struct config_object_aggregates;
18
19namespace inner
20{
21namespace configobject
22{
23class tref;
24class vref;
25template<typename> class aref;
26template<typename> class gref;
27}
28}
29
34
35} // namespace dbe
36
37#endif /* DBE_TREF_H_ */
Include QT Headers.
inner::configobject::tref tref
Definition tref.hpp:30
inner::configobject::gref< config_object_aggregates< std::string > > gref
Definition tref.hpp:33
inner::configobject::vref vref
Definition tref.hpp:31
inner::configobject::aref< config_object_linked< std::string > > aref
Definition tref.hpp:32