CCF
Loading...
Searching...
No Matches
Public Member Functions | List of all members
http2::DataSource Class Reference

#include <http2_types.h>

Public Member Functions

 DataSource ()=default
 
 DataSource (std::span< const uint8_t > s)
 
 DataSource (std::vector< uint8_t > &&data_)
 
std::span< const uint8_t > & ro_data ()
 

Constructor & Destructor Documentation

◆ DataSource() [1/3]

http2::DataSource::DataSource ( )
default

◆ DataSource() [2/3]

http2::DataSource::DataSource ( std::span< const uint8_t >  s)
inline

◆ DataSource() [3/3]

http2::DataSource::DataSource ( std::vector< uint8_t > &&  data_)
inline

Member Function Documentation

◆ ro_data()

std::span< const uint8_t > & http2::DataSource::ro_data ( )
inline

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