![]() |
Project
|
#include <ASoAHelpers.h>
Inherits o2::soa::CombinationsIndexPolicyBase< Ts... >.
Public Types | |
using | CombinationType = typename CombinationsIndexPolicyBase< Ts... >::CombinationType |
![]() | |
using | CombinationType = std::tuple< typename Ts::iterator... > |
using | IndicesType = typename NTupleType< uint64_t, sizeof...(Ts)>::type |
Public Member Functions | |
CombinationsFullIndexPolicy () | |
CombinationsFullIndexPolicy (const Ts &... tables) | |
CombinationsFullIndexPolicy (Ts &&... tables) | |
void | addOne () |
![]() | |
CombinationsIndexPolicyBase () | |
CombinationsIndexPolicyBase (const Tss &... tables) | |
CombinationsIndexPolicyBase (Tss &&... tables) | |
void | setTables (const Ts &... tables) |
void | setTables (Tss &&... tables) |
void | moveToEnd () |
void | addOne () |
Additional Inherited Members | |
![]() | |
std::shared_ptr< std::tuple< Ts... > > | mTables |
CombinationType | mCurrent |
IndicesType | mMaxOffset |
bool | mIsEnd |
Definition at line 388 of file ASoAHelpers.h.
using o2::soa::CombinationsFullIndexPolicy< Ts >::CombinationType = typename CombinationsIndexPolicyBase<Ts...>::CombinationType |
Definition at line 389 of file ASoAHelpers.h.
|
inline |
Definition at line 391 of file ASoAHelpers.h.
|
inline |
Definition at line 392 of file ASoAHelpers.h.
|
inline |
Definition at line 393 of file ASoAHelpers.h.
|
inline |
Definition at line 395 of file ASoAHelpers.h.