Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Public Attributes | List of all members
flutter::DispatchContext Struct Reference

#include <dl_op_records.h>

Classes

struct  SaveInfo
 

Public Attributes

DlOpReceiverreceiver
 
int cur_index
 
int next_render_index
 
int next_restore_index
 
std::vector< SaveInfosave_infos
 

Detailed Description

Definition at line 42 of file dl_op_records.h.

Member Data Documentation

◆ cur_index

int flutter::DispatchContext::cur_index

Definition at line 45 of file dl_op_records.h.

◆ next_render_index

int flutter::DispatchContext::next_render_index

Definition at line 46 of file dl_op_records.h.

◆ next_restore_index

int flutter::DispatchContext::next_restore_index

Definition at line 48 of file dl_op_records.h.

◆ receiver

DlOpReceiver& flutter::DispatchContext::receiver

Definition at line 43 of file dl_op_records.h.

◆ save_infos

std::vector<SaveInfo> flutter::DispatchContext::save_infos

Definition at line 59 of file dl_op_records.h.


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