Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
fml::internal::os_unix::UniqueDirTraits Struct Reference

#include <unique_fd.h>

Static Public Member Functions

static DIR * InvalidValue ()
 
static bool IsValid (DIR *value)
 
static void Free (DIR *dir)
 

Detailed Description

Definition at line 82 of file unique_fd.h.

Member Function Documentation

◆ Free()

void fml::internal::os_unix::UniqueDirTraits::Free ( DIR *  dir)
static

Definition at line 33 of file unique_fd.cc.

33 {
34 closedir(dir);
35}

◆ InvalidValue()

static DIR * fml::internal::os_unix::UniqueDirTraits::InvalidValue ( )
inlinestatic

Definition at line 83 of file unique_fd.h.

83{ return nullptr; }

◆ IsValid()

static bool fml::internal::os_unix::UniqueDirTraits::IsValid ( DIR *  value)
inlinestatic

Definition at line 84 of file unique_fd.h.

84{ return value != nullptr; }
uint8_t value

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