summaryrefslogtreecommitdiff
path: root/AK/NonnullPtrVector.h
AgeCommit message (Expand)Author
2022-03-18AK: Add const variant of Vector::in_reverse()Andreas Kling
2022-03-09AK: Add reverse iterator as memberFederico Guerinoni
2022-03-09AK: Implement ReverseIterator for NonnullPtrVectorFederico Guerinoni
2021-09-16AK: Use default constructor/destructor instead of declaring an empty oneBrian Gianforcaro
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-20AK: Make Nonnull*PtrVector use size_t for indexesAndreas Kling
2020-11-23AK: Use ALWAYS_INLINE all over NonnullPtrVectorAndreas Kling
2020-11-12AK: Prefer using instead of typedefLenny Maiorani
2020-09-08AK: Add generic SimpleIterator class to replace VectorIterator.asynts
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-08-19NonnullPtrVector: Add ptr_at() getters for accessing the NonnullPtrAndreas Kling
2019-07-25AK: Simplify NonnullPtrVector template a bit.Andreas Kling
2019-07-25AK: Share code between NonnullOwnPtrVector and NonnullRefPtrVector.Andreas Kling