Project
Loading...
Searching...
No Matches
o2::framework::InputSpan::PartRange Struct Reference

A range over the parts of a single slot, supporting range-based for. More...

#include <InputSpan.h>

Public Member Functions

DataRefIndices initialIndices () const
 
DataRefIndices endIndices () const
 
DataRef getAtIndices (DataRefIndices idx) const
 
DataRefIndices nextIndices (DataRefIndices idx) const
 
size_t size () const
 
Iterator< PartRange, const DataRefbegin () const
 
Iterator< PartRange, const DataRefend () const
 

Public Attributes

InputSpan const * span
 
size_t slot
 

Detailed Description

A range over the parts of a single slot, supporting range-based for.

Definition at line 197 of file InputSpan.h.

Member Function Documentation

◆ begin()

Iterator< PartRange, const DataRef > o2::framework::InputSpan::PartRange::begin ( ) const
inline

Definition at line 207 of file InputSpan.h.

◆ end()

Iterator< PartRange, const DataRef > o2::framework::InputSpan::PartRange::end ( ) const
inline

Definition at line 208 of file InputSpan.h.

◆ endIndices()

DataRefIndices o2::framework::InputSpan::PartRange::endIndices ( ) const
inline

Definition at line 202 of file InputSpan.h.

◆ getAtIndices()

DataRef o2::framework::InputSpan::PartRange::getAtIndices ( DataRefIndices  idx) const
inline

Definition at line 203 of file InputSpan.h.

◆ initialIndices()

DataRefIndices o2::framework::InputSpan::PartRange::initialIndices ( ) const
inline

Definition at line 201 of file InputSpan.h.

◆ nextIndices()

DataRefIndices o2::framework::InputSpan::PartRange::nextIndices ( DataRefIndices  idx) const
inline

Definition at line 204 of file InputSpan.h.

◆ size()

size_t o2::framework::InputSpan::PartRange::size ( ) const
inline

Definition at line 205 of file InputSpan.h.

Member Data Documentation

◆ slot

size_t o2::framework::InputSpan::PartRange::slot

Definition at line 199 of file InputSpan.h.

◆ span

InputSpan const* o2::framework::InputSpan::PartRange::span

Definition at line 198 of file InputSpan.h.


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