banan-os/BAN/include/BAN
Bananymous 4c559f50a4 BAN: StringView::Split() now precomputes number of elements
We dont have to resize vector on PushBack()'s if we reserve required size
2022-12-20 11:37:28 +02:00
..
Errors.h BAN: StringView::Split() now precomputes number of elements 2022-12-20 11:37:28 +02:00
Formatter.h BAN: Formatter now passes arguments as const references 2022-12-13 20:43:43 +02:00
Forward.h BAN: Implement more basic functionality 2022-12-13 20:41:32 +02:00
Memory.h BAN: Add allocator/deallocator references for kernel/userspace 2022-12-13 13:40:54 +02:00
Move.h BAN: Implement more basic functionality 2022-12-13 20:41:32 +02:00
Queue.h BAN: Add allocator/deallocator references for kernel/userspace 2022-12-13 13:40:54 +02:00
String.h BAN: overloaded operator== for more types 2022-12-13 20:55:09 +02:00
StringView.h BAN: StringView::Split() now precomputes number of elements 2022-12-20 11:37:28 +02:00
Time.h BAN: Fix Time format printing 2022-12-13 21:04:09 +02:00
Vector.h BAN: Vector now has a copy constructor 2022-12-15 17:28:12 +02:00