Arbutils/src/Memory
Deukhoofd b9ea517f6e
continuous-integration/drone/push Build is passing Details
Removes optional downcast to raw pointer from Optional Unique Ptr
2022-05-14 17:34:37 +02:00
..
Memory.hpp Adds OptionalScopedPtr, made ScopedPtr non nullable, fixes some APIs on the optional pointer variants. 2021-03-27 11:03:41 +01:00
__BorrowedPtr.hpp Implements Defines with common defines, initial work on nullability 2022-03-23 11:13:42 +01:00
__OptionalBorrowedPtr.hpp Implements Defines with common defines, initial work on nullability 2022-03-23 11:13:42 +01:00
__OptionalScopedPtr.hpp Implements Defines with common defines, initial work on nullability 2022-03-23 11:13:42 +01:00
__OptionalUniquePtr.hpp Removes optional downcast to raw pointer from Optional Unique Ptr 2022-05-14 17:34:37 +02:00
__OptionalUniquePtrList.hpp Turns out vector::data() can return null 2022-03-23 13:04:04 +01:00
__ScopedPtr.hpp Doxygen fixes, style fixes 2022-05-14 16:24:22 +02:00
__UniquePtr.hpp Doxygen fixes, style fixes 2022-05-14 16:24:22 +02:00
__UniquePtrList.hpp Style fixes 2022-03-23 14:16:18 +01:00