![]() |
Project
|
#include <ASoAHelpers.h>
Inherits o2::soa::CombinationsIndexPolicyBase< Ts... >.
Public Types | |
| using | CombinationType = typename CombinationsIndexPolicyBase< Ts... >::CombinationType |
Public Types inherited from o2::soa::CombinationsIndexPolicyBase< Ts... > | |
| using | CombinationType = std::tuple< typename Ts::iterator... > |
| using | IndicesType = typename NTupleType< uint64_t, sizeof...(Ts)>::type |
Public Member Functions | |
| CombinationsUpperIndexPolicy () | |
| CombinationsUpperIndexPolicy (const Ts &... tables) | |
| CombinationsUpperIndexPolicy (Ts &&... tables) | |
| void | addOne () |
Public Member Functions inherited from o2::soa::CombinationsIndexPolicyBase< Ts... > | |
| CombinationsIndexPolicyBase () | |
| CombinationsIndexPolicyBase (const Tss &... tables) | |
| CombinationsIndexPolicyBase (Tss &&... tables) | |
| void | setTables (const Ts &... tables) |
| void | setTables (Tss &&... tables) |
| void | moveToEnd () |
| void | addOne () |
Additional Inherited Members | |
Public Attributes inherited from o2::soa::CombinationsIndexPolicyBase< Ts... > | |
| std::shared_ptr< std::tuple< Ts... > > | mTables |
| CombinationType | mCurrent |
| IndicesType | mMaxOffset |
| bool | mIsEnd |
Definition at line 210 of file ASoAHelpers.h.
| using o2::soa::CombinationsUpperIndexPolicy< Ts >::CombinationType = typename CombinationsIndexPolicyBase<Ts...>::CombinationType |
Definition at line 211 of file ASoAHelpers.h.
|
inline |
Definition at line 213 of file ASoAHelpers.h.
|
inline |
Definition at line 214 of file ASoAHelpers.h.
|
inline |
Definition at line 215 of file ASoAHelpers.h.
|
inline |
Definition at line 217 of file ASoAHelpers.h.