HMdcCalLinkListIter Iterator of linked list.
| HMdcCalLinkListIter() | |
| HMdcCalLinkListIter(const HMdcCalLinkListIter&) | |
| HMdcCalLinkListIter(const HMdcCalLinkList* l, Bool_t dir = kIterForward) | |
| virtual | ~HMdcCalLinkListIter() |
| static TClass* | Class() |
| virtual TClass* | IsA() const |
| HMdcCal3* | Next() |
| void | Reset() |
| virtual void | ShowMembers(TMemberInspector& insp, char* parent) |
| virtual void | Streamer(TBuffer& b) |
| void | StreamerNVirtual(TBuffer& b) |
| HMdcCalLink* | fCurCursor | ! current position in list |
| HMdcCalLink* | fCursor | ! next position in list |
| Bool_t | fDirection | ! iteration direction |
| const HMdcCalLinkList* | fList | ! list being iterated |
| Bool_t | fStarted | ! iteration started |

Create a new list iterator. By default the iteration direction is kIterForward. To go backward use kIterBackward.