proxygen
fizz::Alert Struct Reference

#include <Types.h>

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

Public Member Functions

 Alert ()=default
 
 Alert (AlertDescription desc)
 

Public Attributes

uint8_t level = 0x02
 
AlertDescription description
 

Additional Inherited Members

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

Detailed Description

Definition at line 311 of file Types.h.

Constructor & Destructor Documentation

fizz::Alert::Alert ( )
default
fizz::Alert::Alert ( AlertDescription  desc)
inlineexplicit

Definition at line 316 of file Types.h.

316 : description(desc) {}
AlertDescription description
Definition: Types.h:313

Member Data Documentation

AlertDescription fizz::Alert::description

Definition at line 313 of file Types.h.

Referenced by fizz::decode(), and fizz::server::test::TEST_F().

uint8_t fizz::Alert::level = 0x02

Definition at line 312 of file Types.h.

Referenced by fizz::decode().


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