DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dbe::interface::messenger::batch_guard Struct Reference

#include <messenger.hpp>

Public Member Functions

 ~batch_guard ()
 

Private Member Functions

 batch_guard ()
 

Friends

class qt
 

Detailed Description

Definition at line 154 of file messenger.hpp.

Constructor & Destructor Documentation

◆ ~batch_guard()

dbe::interface::messenger::batch_guard::~batch_guard ( )

Definition at line 164 of file messenger.cpp.

165{
166 qt::m_batch_mode = false;
167 qt::purge();
168}
static std::atomic< bool > m_batch_mode

◆ batch_guard()

dbe::interface::messenger::batch_guard::batch_guard ( )
private

Definition at line 172 of file messenger.cpp.

173{
174 qt::m_batch_mode = true;
175}

Friends And Related Symbol Documentation

◆ qt

friend class qt
friend

Definition at line 156 of file messenger.hpp.


The documentation for this struct was generated from the following files: