git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251749
91177308-0d34-0410-b5e6-
96231b3b80d8
return Data.begin() == other.Data.begin();
}
- bool operator <(const Child &other) const {
- return Data.begin() < other.Data.begin();
- }
-
const Archive *getParent() const { return Parent; }
Child getNext() const;
return !(*this == other);
}
- bool operator<(const child_iterator &other) const {
- return child < other.child;
- }
-
child_iterator &operator++() { // Preincrement
child = child.getNext();
return *this;