#include <ASoA.h>
Inherits o2::soa::IndexPolicyBase.
|
int64_t | mMaxRow = 0 |
|
int64_t | mRowIndex = 0 |
| Position inside the current table.
|
|
uint64_t | mOffset = 0 |
| Offset within a larger table.
|
|
Definition at line 934 of file ASoA.h.
◆ DefaultIndexPolicy() [1/5]
o2::soa::DefaultIndexPolicy::DefaultIndexPolicy |
( |
| ) |
|
|
default |
Needed to be able to copy the policy.
◆ DefaultIndexPolicy() [2/5]
◆ DefaultIndexPolicy() [3/5]
◆ DefaultIndexPolicy() [4/5]
o2::soa::DefaultIndexPolicy::DefaultIndexPolicy |
( |
int64_t |
nRows, |
|
|
uint64_t |
offset |
|
) |
| |
|
inline |
mMaxRow is one behind the last row, so effectively equal to the number of rows nRows. Offset indicates that the index is actually part of a larger
Definition at line 945 of file ASoA.h.
◆ DefaultIndexPolicy() [5/5]
◆ getIndices()
std::tuple< int64_t const *, int64_t const * > o2::soa::DefaultIndexPolicy::getIndices |
( |
| ) |
const |
|
inline |
◆ getOffsets()
std::tuple< uint64_t const * > o2::soa::DefaultIndexPolicy::getOffsets |
( |
| ) |
const |
|
inline |
◆ limitRange()
void o2::soa::DefaultIndexPolicy::limitRange |
( |
int64_t |
start, |
|
|
int64_t |
end |
|
) |
| |
|
inline |
◆ moveByIndex()
void o2::soa::DefaultIndexPolicy::moveByIndex |
( |
int64_t |
i | ) |
|
|
inline |
◆ moveToEnd()
void o2::soa::DefaultIndexPolicy::moveToEnd |
( |
| ) |
|
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
bool o2::soa::DefaultIndexPolicy::operator== |
( |
RowViewSentinel const & |
sentinel | ) |
const |
|
inline |
◆ setCursor()
void o2::soa::DefaultIndexPolicy::setCursor |
( |
int64_t |
i | ) |
|
|
inline |
◆ size()
auto o2::soa::DefaultIndexPolicy::size |
( |
| ) |
const |
|
inline |
◆ operator==
◆ mMaxRow
int64_t o2::soa::DefaultIndexPolicy::mMaxRow = 0 |
The documentation for this struct was generated from the following file:
- /home/runner/work/AliceO2/AliceO2/Framework/Core/include/Framework/ASoA.h