Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
flutter::testing::LoadedELFDeleter Struct Reference

#include <elf_loader.h>

Public Member Functions

void operator() (Dart_LoadedElf *elf)
 

Detailed Description

Definition at line 27 of file elf_loader.h.

Member Function Documentation

◆ operator()()

void flutter::testing::LoadedELFDeleter::operator() ( Dart_LoadedElf elf)
inline

Definition at line 28 of file elf_loader.h.

28{ ::Dart_UnloadELF(elf); }
DART_EXPORT void Dart_UnloadELF(Dart_LoadedElf *loaded)

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