Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
tonic::DartState::Scope Class Reference

#include <dart_state.h>

Public Member Functions

 Scope (DartState *dart_state)
 
 Scope (std::shared_ptr< DartState > dart_state)
 
 ~Scope ()
 

Detailed Description

Definition at line 30 of file dart_state.h.

Constructor & Destructor Documentation

◆ Scope() [1/2]

tonic::DartState::Scope::Scope ( DartState dart_state)
explicit

Definition at line 14 of file dart_state.cc.

15 : scope_(dart_state->isolate()) {}

◆ Scope() [2/2]

tonic::DartState::Scope::Scope ( std::shared_ptr< DartState dart_state)
explicit

Definition at line 17 of file dart_state.cc.

18 : scope_(dart_state->isolate()) {}

◆ ~Scope()

tonic::DartState::Scope::~Scope ( )

Definition at line 20 of file dart_state.cc.

20{}

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