Project
Loading...
Searching...
No Matches
o2::framework::DataProcessingStates::StateView Struct Reference

#include <DataProcessingStates.h>

Public Attributes

int first = 0
 Pointer to the beginning of the state.
 
short size = 0
 Size of the state.
 
short capacity = 0
 Extra capacity for the state.
 

Detailed Description

Definition at line 127 of file DataProcessingStates.h.

Member Data Documentation

◆ capacity

short o2::framework::DataProcessingStates::StateView::capacity = 0

Extra capacity for the state.

Definition at line 133 of file DataProcessingStates.h.

◆ first

int o2::framework::DataProcessingStates::StateView::first = 0

Pointer to the beginning of the state.

Definition at line 129 of file DataProcessingStates.h.

◆ size

short o2::framework::DataProcessingStates::StateView::size = 0

Size of the state.

Definition at line 131 of file DataProcessingStates.h.


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