proxygen
fizz::AppData Struct Reference

#include <Params.h>

Inheritance diagram for fizz::AppData:
fizz::EventType< Event::AppData >

Public Member Functions

 AppData (std::unique_ptr< folly::IOBuf > buf)
 

Public Attributes

std::unique_ptr< folly::IOBufdata
 

Additional Inherited Members

- Static Public Attributes inherited from fizz::EventType< Event::AppData >
static constexpr Event event
 

Detailed Description

Definition at line 58 of file Params.h.

Constructor & Destructor Documentation

fizz::AppData::AppData ( std::unique_ptr< folly::IOBuf buf)
inlineexplicit

Definition at line 61 of file Params.h.

61 : data(std::move(buf)) {}
std::unique_ptr< folly::IOBuf > data
Definition: Params.h:59
constexpr detail::Map< Move > move
Definition: Base-inl.h:2567

Member Data Documentation

std::unique_ptr<folly::IOBuf> fizz::AppData::data

Definition at line 59 of file Params.h.


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