DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
IterableQueueModel.hpp File Reference
#include "datahandlinglibs/DataHandlingIssues.hpp"
#include "datahandlinglibs/concepts/LatencyBufferConcept.hpp"
#include "datahandlinglibs/opmon/datahandling_info.pb.h"
#include "logging/Logging.hpp"
#include <folly/lang/Align.h>
#include <atomic>
#include <cassert>
#include <cstddef>
#include <cstdlib>
#include <cxxabi.h>
#include <iomanip>
#include <iostream>
#include <limits>
#include <memory>
#include <mutex>
#include <new>
#include <stdexcept>
#include <thread>
#include <type_traits>
#include <utility>
#include <xmmintrin.h>
#include "detail/IterableQueueModel.hxx"
Include dependency graph for IterableQueueModel.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  dunedaq::datahandlinglibs::IterableQueueModel< T >
 
struct  dunedaq::datahandlinglibs::IterableQueueModel< T >::Iterator
 

Namespaces

namespace  dunedaq
 Including Qt Headers.
 
namespace  dunedaq::datahandlinglibs
 

Detailed Description

Copyright 2012-present Facebook, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Definition in file IterableQueueModel.hpp.