Flutter Engine
The Flutter Engine
Public Member Functions | Public Attributes | List of all members
flutter_runner::Overflow Class Reference

#include <flatland_connection.h>

Public Member Functions

 Overflow ()
 

Public Attributes

std::vector< zx::eventfences_
 
zx::event event_
 

Detailed Description

Definition at line 34 of file flatland_connection.h.

Constructor & Destructor Documentation

◆ Overflow()

flutter_runner::Overflow::Overflow ( )
inline

Definition at line 38 of file flatland_connection.h.

38{ fences_.reserve(kMaxFences); };
std::vector< zx::event > fences_
static constexpr size_t kMaxFences

Member Data Documentation

◆ event_

zx::event flutter_runner::Overflow::event_

Definition at line 37 of file flatland_connection.h.

◆ fences_

std::vector<zx::event> flutter_runner::Overflow::fences_

Definition at line 36 of file flatland_connection.h.


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