DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
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
12#include <unordered_set>
13
14namespace dunedaq {
15namespace 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_
std::unordered_set< const std::string *, string_ptr_hash > fset
Definition set.hpp:20
std::unordered_set< std::string > set
Definition set.hpp:17
Including Qt Headers.
Definition module.cpp:16