DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#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"
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 |
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.