reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
272 cur = r.cur; 272 cur = r.cur; 275 bool operator==(const AssociatedIterator &r) const { return cur == r.cur; } 275 bool operator==(const AssociatedIterator &r) const { return cur == r.cur; } 276 const SectionChunk &operator*() const { return *cur; } 277 SectionChunk &operator*() { return *cur; } 279 cur = cur->assocChildren; 279 cur = cur->assocChildren;