Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
dart::ThreadLocalEntry Class Reference

#include <os_thread_win.h>

Public Member Functions

 ThreadLocalEntry (ThreadLocalKey key, ThreadDestructor destructor)
 
ThreadLocalKey key () const
 
ThreadDestructor destructor () const
 

Detailed Description

Definition at line 71 of file os_thread_win.h.

Constructor & Destructor Documentation

◆ ThreadLocalEntry()

dart::ThreadLocalEntry::ThreadLocalEntry ( ThreadLocalKey  key,
ThreadDestructor  destructor 
)
inline

Definition at line 73 of file os_thread_win.h.

74 : key_(key), destructor_(destructor) {}
ThreadLocalKey key() const
ThreadDestructor destructor() const

Member Function Documentation

◆ destructor()

ThreadDestructor dart::ThreadLocalEntry::destructor ( ) const
inline

Definition at line 78 of file os_thread_win.h.

78{ return destructor_; }

◆ key()

ThreadLocalKey dart::ThreadLocalEntry::key ( ) const
inline

Definition at line 76 of file os_thread_win.h.

76{ return key_; }

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