|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <SkipListLatencyBufferModel.hpp>
Public Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | difference_type = std::ptrdiff_t |
| using | value_type = T |
| using | pointer = T* |
| using | reference = T& |
Public Member Functions | |
| Iterator (SkipListTAcc &&acc, SkipListTIter iter) | |
| reference | operator* () const |
| pointer | operator-> () |
| Iterator & | operator++ () |
| bool | good () |
Private Attributes | |
| SkipListTAcc | m_acc |
| SkipListTIter | m_iter |
Friends | |
| bool | operator== (const Iterator &a, const Iterator &b) |
| bool | operator!= (const Iterator &a, const Iterator &b) |
Definition at line 48 of file SkipListLatencyBufferModel.hpp.
| using dunedaq::datahandlinglibs::SkipListLatencyBufferModel< T >::Iterator::difference_type = std::ptrdiff_t |
Definition at line 51 of file SkipListLatencyBufferModel.hpp.
| using dunedaq::datahandlinglibs::SkipListLatencyBufferModel< T >::Iterator::iterator_category = std::forward_iterator_tag |
Definition at line 50 of file SkipListLatencyBufferModel.hpp.
| using dunedaq::datahandlinglibs::SkipListLatencyBufferModel< T >::Iterator::pointer = T* |
Definition at line 53 of file SkipListLatencyBufferModel.hpp.
| using dunedaq::datahandlinglibs::SkipListLatencyBufferModel< T >::Iterator::reference = T& |
Definition at line 54 of file SkipListLatencyBufferModel.hpp.
| using dunedaq::datahandlinglibs::SkipListLatencyBufferModel< T >::Iterator::value_type = T |
Definition at line 52 of file SkipListLatencyBufferModel.hpp.
|
inline |
Definition at line 56 of file SkipListLatencyBufferModel.hpp.
|
inline |
Definition at line 72 of file SkipListLatencyBufferModel.hpp.
|
inline |
Definition at line 61 of file SkipListLatencyBufferModel.hpp.
|
inline |
Definition at line 63 of file SkipListLatencyBufferModel.hpp.
|
inline |
Definition at line 62 of file SkipListLatencyBufferModel.hpp.
Definition at line 70 of file SkipListLatencyBufferModel.hpp.
Definition at line 69 of file SkipListLatencyBufferModel.hpp.
|
private |
Definition at line 76 of file SkipListLatencyBufferModel.hpp.
|
private |
Definition at line 77 of file SkipListLatencyBufferModel.hpp.