reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
46 Item &operator*() { return C[Idx].first; } 48 const Item &operator*() const { return C[Idx].first; } 51 assert(Idx != C.size() && "Walking off end of (mock) collection"); 52 if (C[Idx].second == ValidLink) { 53 ++Idx; 61 assert(Idx != 0 && "Walking off start of (mock) collection"); 62 --Idx; 63 if (C[Idx].second == ValidLink) 72 return LHS.Idx == RHS.Idx; 72 return LHS.Idx == RHS.Idx;