summaryrefslogtreecommitdiff
path: root/AK/NonnullRefPtrVector.h
AgeCommit message (Expand)Author
2019-07-25AK: Simplify NonnullPtrVector template a bit.Andreas Kling
2019-07-25AK: Share code between NonnullOwnPtrVector and NonnullRefPtrVector.Andreas Kling
2019-07-24AK: Delete Vector::resize() from Nonnull{Own,Ref}PtrVector.Andreas Kling
2019-06-27AK: Get rid of ConstVectorIterator.Andreas Kling
2019-06-27AK: NonnullRefPtrVector should use Vector<T, inline_capacity> as its base.Andreas Kling
2019-06-27AK: Allow constructing an empty NonnullRefPtrVector.Andreas Kling
2019-06-27AK: Support range-for iteration over a NonnullRefPtrVector<T>.Andreas Kling
2019-06-27AK: Add NonnullRefPtrVector<T>.Andreas Kling