![]() |
KaliVeda
Toolkit for HIC analysis
|
Definition at line 131 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 () |
| typedef std::ptrdiff_t KVNameValueList::Iterator::difference_type |
Definition at line 135 of file KVNameValueList.h.
| typedef std::forward_iterator_tag KVNameValueList::Iterator::iterator_category |
Definition at line 133 of file KVNameValueList.h.
Definition at line 136 of file KVNameValueList.h.
Definition at line 137 of file KVNameValueList.h.
Definition at line 134 of file KVNameValueList.h.
|
inline |
Definition at line 147 of file KVNameValueList.h.
|
inline |
Definition at line 150 of file KVNameValueList.h.
|
inline |
Definition at line 153 of file KVNameValueList.h.
|
inline |
Definition at line 158 of file KVNameValueList.h.
|
inlinevirtual |
Definition at line 205 of file KVNameValueList.h.
|
inlinestatic |
Definition at line 201 of file KVNameValueList.h.
|
inline |
returns kTRUE if the 2 iterators are not pointing to the same particle
Definition at line 169 of file KVNameValueList.h.
|
inline |
Returns reference to current parameter in iteration
Definition at line 163 of file KVNameValueList.h.
|
inline |
Prefix ++ operator
Definition at line 179 of file KVNameValueList.h.
|
inline |
Postfix ++ operator Advance iterator to next particle in event compatible with selection
Definition at line 185 of file KVNameValueList.h.
copy-assignment operator
Definition at line 193 of file KVNameValueList.h.
returns kTRUE if the 2 iterators are pointing to the same particle
Definition at line 174 of file KVNameValueList.h.