#include <ASoA.h>
Inherits o2::soa::IndexPolicyBase.
|
int64_t | mRowIndex = 0 |
| Position inside the current table.
|
|
uint64_t | mOffset = 0 |
| Offset within a larger table.
|
|
Definition at line 829 of file ASoA.h.
◆ FilteredIndexPolicy() [1/4]
o2::soa::FilteredIndexPolicy::FilteredIndexPolicy |
( |
gsl::span< int64_t const > |
selection, |
|
|
int64_t |
rows, |
|
|
uint64_t |
offset = 0 |
|
) |
| |
|
inline |
◆ FilteredIndexPolicy() [2/4]
o2::soa::FilteredIndexPolicy::FilteredIndexPolicy |
( |
| ) |
|
|
default |
◆ FilteredIndexPolicy() [3/4]
◆ FilteredIndexPolicy() [4/4]
◆ getIndices()
std::tuple< int64_t const *, int64_t const * > o2::soa::FilteredIndexPolicy::getIndices |
( |
| ) |
const |
|
inline |
◆ getOffsets()
std::tuple< uint64_t const * > o2::soa::FilteredIndexPolicy::getOffsets |
( |
| ) |
const |
|
inline |
◆ getSelectionRow()
auto o2::soa::FilteredIndexPolicy::getSelectionRow |
( |
| ) |
const |
|
inline |
◆ limitRange()
void o2::soa::FilteredIndexPolicy::limitRange |
( |
int64_t |
start, |
|
|
int64_t |
end |
|
) |
| |
|
inline |
◆ moveByIndex()
void o2::soa::FilteredIndexPolicy::moveByIndex |
( |
int64_t |
i | ) |
|
|
inline |
◆ moveToEnd()
void o2::soa::FilteredIndexPolicy::moveToEnd |
( |
| ) |
|
|
inline |
Move iterator to one after the end. Since this is a view we move the mSelectionRow to one past the view size and the mRowIndex to one past the last entry in the selection
Definition at line 902 of file ASoA.h.
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
bool o2::soa::FilteredIndexPolicy::operator== |
( |
RowViewSentinel const & |
sentinel | ) |
const |
|
inline |
◆ raw_size()
auto o2::soa::FilteredIndexPolicy::raw_size |
( |
| ) |
const |
|
inline |
◆ resetSelection()
void o2::soa::FilteredIndexPolicy::resetSelection |
( |
gsl::span< int64_t const > |
selection | ) |
|
|
inline |
◆ setCursor()
void o2::soa::FilteredIndexPolicy::setCursor |
( |
int64_t |
i | ) |
|
|
inline |
◆ size()
auto o2::soa::FilteredIndexPolicy::size |
( |
| ) |
const |
|
inline |
◆ operator==
The documentation for this struct was generated from the following file:
- /home/runner/work/AliceO2/AliceO2/Framework/Core/include/Framework/ASoA.h