Project
Loading...
Searching...
No Matches
o2::soa::CombinationsStrictlyUpperIndexPolicy< Ts > Struct Template Reference

#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

 CombinationsStrictlyUpperIndexPolicy ()
 
 CombinationsStrictlyUpperIndexPolicy (const Ts &... tables)
 
 CombinationsStrictlyUpperIndexPolicy (Ts &&... tables)
 
void setTables (const Ts &... tables)
 
void setTables (Ts &&... tables)
 
void setRanges (const Ts &... tables)
 
void setRanges ()
 
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
 

Detailed Description

template<typename... Ts>
struct o2::soa::CombinationsStrictlyUpperIndexPolicy< Ts >

Definition at line 307 of file ASoAHelpers.h.

Member Typedef Documentation

◆ CombinationType

template<typename... Ts>
using o2::soa::CombinationsStrictlyUpperIndexPolicy< Ts >::CombinationType = typename CombinationsIndexPolicyBase<Ts...>::CombinationType

Definition at line 308 of file ASoAHelpers.h.

Constructor & Destructor Documentation

◆ CombinationsStrictlyUpperIndexPolicy() [1/3]

template<typename... Ts>
o2::soa::CombinationsStrictlyUpperIndexPolicy< Ts >::CombinationsStrictlyUpperIndexPolicy ( )
inline

Definition at line 310 of file ASoAHelpers.h.

◆ CombinationsStrictlyUpperIndexPolicy() [2/3]

template<typename... Ts>
o2::soa::CombinationsStrictlyUpperIndexPolicy< Ts >::CombinationsStrictlyUpperIndexPolicy ( const Ts &...  tables)
inline

Definition at line 311 of file ASoAHelpers.h.

◆ CombinationsStrictlyUpperIndexPolicy() [3/3]

template<typename... Ts>
o2::soa::CombinationsStrictlyUpperIndexPolicy< Ts >::CombinationsStrictlyUpperIndexPolicy ( Ts &&...  tables)
inline

Definition at line 317 of file ASoAHelpers.h.

Member Function Documentation

◆ addOne()

template<typename... Ts>
void o2::soa::CombinationsStrictlyUpperIndexPolicy< Ts >::addOne ( )
inline

Definition at line 361 of file ASoAHelpers.h.

◆ setRanges() [1/2]

template<typename... Ts>
void o2::soa::CombinationsStrictlyUpperIndexPolicy< Ts >::setRanges ( )
inline

Definition at line 347 of file ASoAHelpers.h.

◆ setRanges() [2/2]

template<typename... Ts>
void o2::soa::CombinationsStrictlyUpperIndexPolicy< Ts >::setRanges ( const Ts &...  tables)
inline

Definition at line 335 of file ASoAHelpers.h.

◆ setTables() [1/2]

template<typename... Ts>
void o2::soa::CombinationsStrictlyUpperIndexPolicy< Ts >::setTables ( const Ts &...  tables)
inline

Definition at line 324 of file ASoAHelpers.h.

◆ setTables() [2/2]

template<typename... Ts>
void o2::soa::CombinationsStrictlyUpperIndexPolicy< Ts >::setTables ( Ts &&...  tables)
inline

Definition at line 329 of file ASoAHelpers.h.


The documentation for this struct was generated from the following file: