reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
267 bool operator==(const EdgeItr &O) const { return CurEId == O.CurEId; } 268 bool operator!=(const EdgeItr &O) const { return !(*this == O); } 269 EdgeItr& operator++() { CurEId = findNextInUse(++CurEId); return *this; } 305 EdgeItr begin() const { return EdgeItr(0, G); } 305 EdgeItr begin() const { return EdgeItr(0, G); } 306 EdgeItr end() const { return EdgeItr(G.Edges.size(), G); } 306 EdgeItr end() const { return EdgeItr(G.Edges.size(), G); }