DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq
sourcecode
conffwk
include
conffwk
string_ptr.hpp
Go to the documentation of this file.
1
#ifndef CONFFWK_STRING_PTR_H_
2
#define CONFFWK_STRING_PTR_H_
3
4
#include <string>
5
6
namespace
dunedaq
{
7
namespace
conffwk
8
{
9
struct
string_ptr_compare
{
10
bool
operator()
(
const
std::string * left,
const
std::string * right)
const
11
{
12
return
*left < *right;
13
}
14
};
15
16
struct
string_ptr_hash
17
{
18
inline
size_t
operator()
(
const
std::string * x )
const
{
19
return
reinterpret_cast<
size_t
>
(x);
20
}
21
};
22
}
// namespace conffwk
23
}
// namespace dunedaq
24
#endif
// CONFFWK_STRING_PTR_H_
conffwk
Definition
__init__.py:1
dunedaq
Including Qt Headers.
Definition
TimingController.hxx:1
dunedaq::conffwk::string_ptr_compare
Definition
string_ptr.hpp:9
dunedaq::conffwk::string_ptr_compare::operator()
bool operator()(const std::string *left, const std::string *right) const
Definition
string_ptr.hpp:10
dunedaq::conffwk::string_ptr_hash
Definition
string_ptr.hpp:17
dunedaq::conffwk::string_ptr_hash::operator()
size_t operator()(const std::string *x) const
Definition
string_ptr.hpp:18
Generated on Sat Jun 28 2025 for DUNE-DAQ by
1.12.0