![]() |
ATLAS Offline Software
|
#include <Combinators.h>
Public Member Functions | |
| CombinationIterator (Collections ... coll) | |
| ~CombinationIterator () | |
| template<typename ... Iterators> | |
| void | operator() (Iterators ... iter) const |
| void | reset () |
| operator bool () const | |
| are combinations exhausted | |
| void | operator++ () |
| moves to the next combination | |
Private Attributes | |
| CombinationGenerator | m_generator |
Definition at line 102 of file TrigCompositeUtils/TrigCompositeUtils/Combinators.h.
| HLT::CombinationIterator< Collections >::CombinationIterator | ( | Collections ... | coll | ) |
| HLT::CombinationIterator< Collections >::~CombinationIterator | ( | ) |
| HLT::CombinationIterator< Collections >::operator bool | ( | ) | const |
are combinations exhausted
| void HLT::CombinationIterator< Collections >::operator() | ( | Iterators ... | iter | ) | const |
| void HLT::CombinationIterator< Collections >::operator++ | ( | ) |
moves to the next combination
|
inline |
Definition at line 111 of file TrigCompositeUtils/TrigCompositeUtils/Combinators.h.
|
private |
Definition at line 122 of file TrigCompositeUtils/TrigCompositeUtils/Combinators.h.