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

#include <ListWrapper.hpp>

Public Member Functions

 IntList ()=default
 
 IntList (const int &id, const int &gid, std::vector< int > const &l)
 
 DUNE_DAQ_SERIALIZE (IntList, list_id, generator_id, list)
 

Public Attributes

int list_id
 
int generator_id
 
std::vector< int > list
 

Detailed Description

Definition at line 22 of file ListWrapper.hpp.

Constructor & Destructor Documentation

◆ IntList() [1/2]

dunedaq::listrev::IntList::IntList ( )
default

◆ IntList() [2/2]

dunedaq::listrev::IntList::IntList ( const int & id,
const int & gid,
std::vector< int > const & l )
inlineexplicit

Definition at line 29 of file ListWrapper.hpp.

30 : list_id(id)
31 , generator_id(gid)
32 , list(l.begin(), l.end())
33 {
34 }
std::vector< int > list

Member Function Documentation

◆ DUNE_DAQ_SERIALIZE()

dunedaq::listrev::IntList::DUNE_DAQ_SERIALIZE ( IntList ,
list_id ,
generator_id ,
list  )

Member Data Documentation

◆ generator_id

int dunedaq::listrev::IntList::generator_id

Definition at line 25 of file ListWrapper.hpp.

◆ list

std::vector<int> dunedaq::listrev::IntList::list

Definition at line 26 of file ListWrapper.hpp.

◆ list_id

int dunedaq::listrev::IntList::list_id

Definition at line 24 of file ListWrapper.hpp.


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