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