DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
set.hpp
Go to the documentation of this file.
1#ifndef CONFFWK_SET_H_
2#define CONFFWK_SET_H_
3
5#include <unordered_set>
6
7namespace dunedaq {
8namespace conffwk
9{
10 typedef std::unordered_set<std::string> set;
11
12 // compare string pointers (not values!)
13 typedef std::unordered_set<const std::string *, string_ptr_hash> fset;
14} // namespace conffwk
15} // namespace dunedaq
16
17
18#endif // CONFFWK_SET_H_
std::unordered_set< const std::string *, string_ptr_hash > fset
Definition set.hpp:13
std::unordered_set< std::string > set
Definition set.hpp:10
Including Qt Headers.