Project
Loading...
Searching...
No Matches
o2::framework::DataRefIndices Struct Reference

#include <DataRef.h>

Public Member Functions

bool operator== (const DataRefIndices &) const =default
 
auto operator<=> (const DataRefIndices &) const =default
 

Public Attributes

size_t headerIdx
 
size_t payloadIdx
 

Detailed Description

Raw indices into the message vector for one (header, payload) pair. Kept in a lightweight header so InputSpan can use it without pulling in FairMQ.

Definition at line 35 of file DataRef.h.

Member Function Documentation

◆ operator<=>()

auto o2::framework::DataRefIndices::operator<=> ( const DataRefIndices ) const
default

◆ operator==()

bool o2::framework::DataRefIndices::operator== ( const DataRefIndices ) const
default

Member Data Documentation

◆ headerIdx

size_t o2::framework::DataRefIndices::headerIdx

Definition at line 36 of file DataRef.h.

◆ payloadIdx

size_t o2::framework::DataRefIndices::payloadIdx

Definition at line 37 of file DataRef.h.


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