Definition at line 129 of file KVNameValueList.h.
#include <KVNameValueList.h>
◆ difference_type
◆ iterator_category
◆ pointer
◆ reference
◆ value_type
◆ Iterator() [1/4]
KVNameValueList::Iterator::Iterator |
( |
| ) |
|
|
inline |
◆ Iterator() [2/4]
KVNameValueList::Iterator::Iterator |
( |
const Iterator & |
other | ) |
|
|
inline |
◆ Iterator() [3/4]
◆ Iterator() [4/4]
◆ ~Iterator()
virtual KVNameValueList::Iterator::~Iterator |
( |
| ) |
|
|
inlinevirtual |
◆ current()
◆ End()
static Iterator KVNameValueList::Iterator::End |
( |
| ) |
|
|
inlinestatic |
◆ operator!=()
returns kTRUE if the 2 iterators are not pointing to the same particle
Definition at line 167 of file KVNameValueList.h.
◆ operator*()
Returns reference to current parameter in iteration
Definition at line 161 of file KVNameValueList.h.
◆ operator++() [1/2]
const Iterator& KVNameValueList::Iterator::operator++ |
( |
| ) |
|
|
inline |
◆ operator++() [2/2]
Iterator KVNameValueList::Iterator::operator++ |
( |
int |
| ) |
|
|
inline |
Postfix ++ operator Advance iterator to next particle in event compatible with selection
Definition at line 183 of file KVNameValueList.h.
◆ operator=()
◆ operator==()
Bool_t KVNameValueList::Iterator::operator== |
( |
const Iterator & |
it | ) |
const |
|
inline |
returns kTRUE if the 2 iterators are pointing to the same particle
Definition at line 172 of file KVNameValueList.h.
◆ fIter
TIter KVNameValueList::Iterator::fIter |
|
private |