This is the complete list of members for pw::Buf, including all inherited members.
| Allocate(Allocator &allocator, size_t size) | pw::Buf | inlinestatic |
| Allocate(Allocator &allocator, size_t offset, size_t size) | pw::Buf | static |
| begin() const | pw::Buf | inline |
| begin() | pw::Buf | inline |
| Buf()=default | pw::Buf | |
| Buf(Buf &&other) noexcept | pw::Buf | inline |
| Buf(UniquePtr< std::byte[]> &&buffer) | pw::Buf | inlineexplicit |
| Buf(UniquePtr< std::byte[]> &&buffer, size_t offset) | pw::Buf | inlineexplicit |
| Buf(UniquePtr< std::byte[]> &&buffer, size_t offset, size_t size) | pw::Buf | inlineexplicit |
| Buf(std::byte *allocation, size_t size, Deallocator &deallocator) | pw::Buf | inlineexplicit |
| Buf(std::byte *allocation, size_t offset, size_t size, Deallocator &deallocator) | pw::Buf | inlineexplicit |
| Buf(const Buf &)=delete (defined in pw::Buf) | pw::Buf | |
| cbegin() const | pw::Buf | inline |
| cend() const | pw::Buf | inline |
| const_pointer typedef (defined in pw::Buf) | pw::Buf | |
| const_reference typedef (defined in pw::Buf) | pw::Buf | |
| ConstBuf (defined in pw::Buf) | pw::Buf | friend |
| data() const | pw::Buf | inline |
| data() | pw::Buf | inline |
| deallocator() const | pw::Buf | inline |
| difference_type typedef (defined in pw::Buf) | pw::Buf | |
| empty() const | pw::Buf | inline |
| end() const | pw::Buf | inline |
| end() | pw::Buf | inline |
| multibuf::v2::internal::GenericMultiBuf (defined in pw::Buf) | pw::Buf | friend |
| operator const ConstBuf &() const & (defined in pw::Buf) | pw::Buf | inline |
| operator const ConstBuf &&() const && (defined in pw::Buf) | pw::Buf | inline |
| operator ConstBuf &() & | pw::Buf | inline |
| operator ConstBuf &&() && (defined in pw::Buf) | pw::Buf | inline |
| operator=(Buf &&other) noexcept | pw::Buf | inline |
| operator=(const Buf &)=delete (defined in pw::Buf) | pw::Buf | |
| operator[](size_t index) const | pw::Buf | inline |
| operator[](size_t index) | pw::Buf | inline |
| pointer typedef (defined in pw::Buf) | pw::Buf | |
| Reclaim | pw::Buf | friend |
| reference typedef (defined in pw::Buf) | pw::Buf | |
| reset() | pw::Buf | inline |
| size() const | pw::Buf | inline |
| size_type typedef (defined in pw::Buf) | pw::Buf | |
| Slice | pw::Buf | friend |
| TryAllocate(Allocator &allocator, size_t size) | pw::Buf | inlinestatic |
| TryAllocate(Allocator &allocator, size_t offset, size_t size) | pw::Buf | static |
| Unowned(ByteSpan span, size_t offset, size_t size) | pw::Buf | inlinestatic |
| Unowned(ByteSpan span, size_t offset=0) | pw::Buf | inlinestatic |
| Unowned(std::byte *allocation, size_t offset, size_t size) | pw::Buf | inlinestatic |
| Unowned(std::byte *allocation, size_t size) | pw::Buf | inlinestatic |
| value_type typedef (defined in pw::Buf) | pw::Buf | |
| ~Buf()=default (defined in pw::Buf) | pw::Buf |