C/C++ API Reference
Loading...
Searching...
No Matches
pw::multibuf_impl::Entry::BaseView Struct Reference

Overview

The first entry after the data.

Public Attributes

size_type offset: 15
 Starting offset within the buffer of the data to present.
 
size_type owned: 1
 
size_type length: 15
 Amount of data from the buffer to present.
 
size_type shared: 1
 

Member Data Documentation

◆ owned

size_type pw::multibuf_impl::Entry::BaseView::owned

Indicates this memory is "owned", i.e. it should be deallocated when the entry goes out of scope.

◆ shared

size_type pw::multibuf_impl::Entry::BaseView::shared

Indicates this memory is "shared", i.e. there may be other references to it.


The documentation for this struct was generated from the following file: