DUNE-DAQ
DUNE Trigger and Data Acquisition software
Toggle main menu visibility
Loading...
Searching...
No Matches
dunedaq
sourcecode
ers
include
ers
IssueCatcherHandler.hpp
Go to the documentation of this file.
1
/*
2
* DUNE DAQ modification notice:
3
* This file has been modified from the original ATLAS ers source for the DUNE DAQ project.
4
* Fork baseline commit: 8267df82a4f6fe6bf02c4014923eba19eddc4614 (2020-04-14).
5
* Renamed since fork: yes (from ers/IssueCatcherHandler.h to include/ers/IssueCatcherHandler.hpp).
6
*
7
* Original copyright:
8
* Copyright (C) 2001-2020 CERN for the benefit of the ATLAS collaboration.
9
* Licensed under the Apache License, Version 2.0.
10
*/
11
12
#ifndef ERS_ISSUE_CATCHER_HANDLER_H
13
#define ERS_ISSUE_CATCHER_HANDLER_H
14
15
/*
16
* IssueCatcherHandler.h
17
* ers
18
*
19
* Created by Serguei Kolos on 21.11.05.
20
* Copyright 2005 CERN. All rights reserved.
21
*
22
*/
23
28
namespace
ers
29
{
30
class
LocalStream;
31
40
class
IssueCatcherHandler
41
{
42
friend
class
LocalStream
;
43
44
public
:
45
~IssueCatcherHandler
();
46
47
private
:
48
IssueCatcherHandler
() =
default
;
49
50
IssueCatcherHandler
(
const
IssueCatcherHandler
&) =
delete
;
51
IssueCatcherHandler
&
operator =
(
const
IssueCatcherHandler
&) =
delete
;
52
};
53
}
54
55
#endif
ers::IssueCatcherHandler::~IssueCatcherHandler
~IssueCatcherHandler()
Definition
IssueCatcherHandler.cpp:24
ers::IssueCatcherHandler::LocalStream
friend class LocalStream
Definition
IssueCatcherHandler.hpp:42
ers::IssueCatcherHandler::operator=
IssueCatcherHandler & operator=(const IssueCatcherHandler &)=delete
ers::IssueCatcherHandler::IssueCatcherHandler
IssueCatcherHandler(const IssueCatcherHandler &)=delete
ers::IssueCatcherHandler::IssueCatcherHandler
IssueCatcherHandler()=default
ers
Definition
Logger.hxx:202
Generated on
for DUNE-DAQ by
1.17.0