uvw 3.1.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
uvw::data_event Struct Reference

Data event. More...

#include <stream.h>

Public Attributes

std::unique_ptr< char[]> data
 
std::size_t length
 

Detailed Description

Data event.

Definition at line 33 of file stream.h.

Member Data Documentation

◆ data

std::unique_ptr<char[]> uvw::data_event::data

A bunch of data read on the stream.

Definition at line 36 of file stream.h.

◆ length

std::size_t uvw::data_event::length

The amount of data read on the stream.

Definition at line 37 of file stream.h.


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