DUNE-DAQ
DUNE Trigger and Data Acquisition software
Toggle main menu visibility
Loading...
Searching...
No Matches
dunedaq
sourcecode
conffwk
include
conffwk
set.hpp
Go to the documentation of this file.
1
//
2
// DUNE DAQ modification notice:
3
// This file has been modified from the original ATLAS config source for the DUNE DAQ project.
4
// Fork baseline commit: 67a24e731 (2022-10-27).
5
// Renamed since fork: yes (from config/set.h to include/conffwk/set.hpp).
6
//
7
8
#ifndef CONFFWK_SET_H_
9
#define CONFFWK_SET_H_
10
11
#include "
conffwk/string_ptr.hpp
"
12
#include <unordered_set>
13
14
namespace
dunedaq
{
15
namespace
conffwk
16
{
17
typedef
std::unordered_set<std::string>
set
;
18
19
// compare string pointers (not values!)
20
typedef
std::unordered_set<const std::string *, string_ptr_hash>
fset
;
21
}
// namespace conffwk
22
}
// namespace dunedaq
23
24
25
#endif
// CONFFWK_SET_H_
dunedaq::conffwk
Definition
Change.hpp:23
dunedaq::conffwk::fset
std::unordered_set< const std::string *, string_ptr_hash > fset
Definition
set.hpp:20
dunedaq::conffwk::set
std::unordered_set< std::string > set
Definition
set.hpp:17
dunedaq
Including Qt Headers.
Definition
module.cpp:16
string_ptr.hpp
Generated on
for DUNE-DAQ by
1.17.0