DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
StdDeQueue.hpp File Reference
#include "iomanager/queue/Queue.hpp"
#include <atomic>
#include <cassert>
#include <chrono>
#include <condition_variable>
#include <deque>
#include <functional>
#include <iostream>
#include <mutex>
#include <sstream>
#include <string>
#include <thread>
#include <type_traits>
#include <utility>
#include "detail/StdDeQueue.hxx"
Include dependency graph for StdDeQueue.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dunedaq::iomanager::StdDeQueue< T >
 A Queue Implementation that uses a std::deque as its backend. More...
 

Namespaces

namespace  dunedaq
 Including Qt Headers.
 
namespace  dunedaq::iomanager
 

Detailed Description

A std::deque-based implementation of Queue

This is part of the DUNE DAQ Application Framework, copyright 2020. Licensing/copyright details are in the COPYING file that you should have received with this code.

Definition in file StdDeQueue.hpp.