DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq::listrev::ReversedList Struct Reference

#include <ListWrapper.hpp>

Classes

struct  Data
 

Public Member Functions

 ReversedList ()=default
 
 ReversedList (const int &id, const int &rid, std::vector< Data > const &ls)
 
 DUNE_DAQ_SERIALIZE (ReversedList, list_id, reverser_id, lists)
 

Public Attributes

int list_id
 
int reverser_id
 
std::vector< Datalists
 

Detailed Description

Definition at line 39 of file ListWrapper.hpp.

Constructor & Destructor Documentation

◆ ReversedList() [1/2]

dunedaq::listrev::ReversedList::ReversedList ( )
default

◆ ReversedList() [2/2]

dunedaq::listrev::ReversedList::ReversedList ( const int & id,
const int & rid,
std::vector< Data > const & ls )
inline

Definition at line 53 of file ListWrapper.hpp.

54 : list_id(id)
55 , reverser_id(rid)
56 , lists(ls.begin(), ls.end())
57 {
58 }

Member Function Documentation

◆ DUNE_DAQ_SERIALIZE()

dunedaq::listrev::ReversedList::DUNE_DAQ_SERIALIZE ( ReversedList ,
list_id ,
reverser_id ,
lists  )

Member Data Documentation

◆ list_id

int dunedaq::listrev::ReversedList::list_id

Definition at line 48 of file ListWrapper.hpp.

◆ lists

std::vector<Data> dunedaq::listrev::ReversedList::lists

Definition at line 50 of file ListWrapper.hpp.

◆ reverser_id

int dunedaq::listrev::ReversedList::reverser_id

Definition at line 49 of file ListWrapper.hpp.


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