Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
LoadedElfDeleter Struct Reference

Public Member Functions

void operator() (Dart_LoadedElf *elf)
 

Detailed Description

Definition at line 1404 of file embedder.cc.

Member Function Documentation

◆ operator()()

void LoadedElfDeleter::operator() ( Dart_LoadedElf elf)
inline

Definition at line 1405 of file embedder.cc.

1405 {
1406 if (elf) {
1407 ::Dart_UnloadELF(elf);
1408 }
1409 }
DART_EXPORT void Dart_UnloadELF(Dart_LoadedElf *loaded)

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