reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
123 const ObjectForArch *operator->() const { return &Obj; } 124 const ObjectForArch &operator*() const { return Obj; } 127 return Obj == Other.Obj; 127 return Obj == Other.Obj; 134 Obj = Obj.getNext(); 134 Obj = Obj.getNext();