![]() |
Project
|
#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. | |
Definition at line 127 of file DataProcessingStates.h.
short o2::framework::DataProcessingStates::StateView::capacity = 0 |
Extra capacity for the state.
Definition at line 133 of file DataProcessingStates.h.
int o2::framework::DataProcessingStates::StateView::first = 0 |
Pointer to the beginning of the state.
Definition at line 129 of file DataProcessingStates.h.
short o2::framework::DataProcessingStates::StateView::size = 0 |
Size of the state.
Definition at line 131 of file DataProcessingStates.h.