KaliVeda
Toolkit for HIC analysis
|
Definition at line 129 of file KVNameValueList.h.
#include <KVNameValueList.h>
Public Types | |
typedef std::ptrdiff_t | difference_type |
typedef std::forward_iterator_tag | iterator_category |
typedef KVNamedParameter * | pointer |
typedef KVNamedParameter & | reference |
typedef KVNamedParameter | value_type |
Public Member Functions | |
Iterator () | |
Iterator (const Iterator &other) | |
Iterator (const KVNameValueList &N) | |
Iterator (const KVNameValueList *N) | |
virtual | ~Iterator () |
Bool_t | operator!= (const Iterator &it) const |
KVNamedParameter & | operator* () const |
const Iterator & | operator++ () |
Iterator | operator++ (int) |
Iterator & | operator= (const Iterator &rhs) |
Bool_t | operator== (const Iterator &it) const |
Static Public Member Functions | |
static Iterator | End () |
Private Member Functions | |
KVNamedParameter * | current () const |
Private Attributes | |
TIter | fIter |
typedef std::ptrdiff_t KVNameValueList::Iterator::difference_type |
Definition at line 133 of file KVNameValueList.h.
typedef std::forward_iterator_tag KVNameValueList::Iterator::iterator_category |
Definition at line 131 of file KVNameValueList.h.
Definition at line 134 of file KVNameValueList.h.
Definition at line 135 of file KVNameValueList.h.
Definition at line 132 of file KVNameValueList.h.
|
inline |
Definition at line 145 of file KVNameValueList.h.
|
inline |
Definition at line 148 of file KVNameValueList.h.
|
inline |
Definition at line 151 of file KVNameValueList.h.
|
inline |
Definition at line 156 of file KVNameValueList.h.
|
inlinevirtual |
Definition at line 203 of file KVNameValueList.h.
|
inlineprivate |
Returns pointer to current parameter
Definition at line 138 of file KVNameValueList.h.
|
inlinestatic |
Definition at line 199 of file KVNameValueList.h.
returns kTRUE if the 2 iterators are not pointing to the same particle
Definition at line 167 of file KVNameValueList.h.
|
inline |
Returns reference to current parameter in iteration
Definition at line 161 of file KVNameValueList.h.
|
inline |
Prefix ++ operator
Definition at line 177 of file KVNameValueList.h.
|
inline |
Postfix ++ operator Advance iterator to next particle in event compatible with selection
Definition at line 183 of file KVNameValueList.h.
copy-assignment operator
Definition at line 191 of file KVNameValueList.h.
returns kTRUE if the 2 iterators are pointing to the same particle
Definition at line 172 of file KVNameValueList.h.
|
private |
Definition at line 137 of file KVNameValueList.h.