Crashpad
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Loading...
Searching...
No Matches
crashpad::internal::Range Struct Referencefinal

A tuple holding the current range of bytes which can be read from or have been written to. More...

#include "client/length_delimited_ring_buffer.h"

Public Types

using Offset = uint32_t
 The offset into a RingBufferData at which a Range begins.
 
using Length = uint32_t
 The length inside a RingBufferData of a Range of data.
 

Public Attributes

Offset offset
 
Length length
 

Detailed Description

A tuple holding the current range of bytes which can be read from or have been written to.


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