#include <eventhandler_fuchsia.h>
Definition at line 94 of file eventhandler_fuchsia.h.
◆ DescriptorInfo() [1/3]
dart::bin::DescriptorInfo::DescriptorInfo |
( |
intptr_t |
fd | ) |
|
|
inlineexplicit |
Definition at line 96 of file eventhandler_fuchsia.h.
97 IOHandle* handle =
reinterpret_cast<IOHandle*
>(
fd);
98 handle->Retain();
99 }
DescriptorInfoBase(intptr_t fd)
◆ ~DescriptorInfo() [1/3]
virtual dart::bin::DescriptorInfo::~DescriptorInfo |
( |
| ) |
|
|
inlinevirtual |
Definition at line 101 of file eventhandler_fuchsia.h.
101 {
102 IOHandle* handle =
reinterpret_cast<IOHandle*
>(
fd_);
103 handle->Release();
104 }
◆ DescriptorInfo() [2/3]
dart::bin::DescriptorInfo::DescriptorInfo |
( |
intptr_t |
fd | ) |
|
|
inlineexplicit |
◆ ~DescriptorInfo() [2/3]
virtual dart::bin::DescriptorInfo::~DescriptorInfo |
( |
| ) |
|
|
inlinevirtual |
◆ DescriptorInfo() [3/3]
dart::bin::DescriptorInfo::DescriptorInfo |
( |
intptr_t |
fd | ) |
|
|
inlineexplicit |
◆ ~DescriptorInfo() [3/3]
virtual dart::bin::DescriptorInfo::~DescriptorInfo |
( |
| ) |
|
|
inlinevirtual |
◆ Close() [1/3]
virtual void dart::bin::DescriptorInfo::Close |
( |
| ) |
|
|
inlinevirtual |
◆ Close() [2/3]
virtual void dart::bin::DescriptorInfo::Close |
( |
| ) |
|
|
inlinevirtual |
◆ Close() [3/3]
virtual void dart::bin::DescriptorInfo::Close |
( |
| ) |
|
|
inlinevirtual |
◆ GetPollEvents() [1/2]
intptr_t dart::bin::DescriptorInfo::GetPollEvents |
( |
| ) |
|
◆ GetPollEvents() [2/2]
intptr_t dart::bin::DescriptorInfo::GetPollEvents |
( |
| ) |
|
◆ HasReadEvent()
bool dart::bin::DescriptorInfo::HasReadEvent |
( |
| ) |
|
◆ HasWriteEvent()
bool dart::bin::DescriptorInfo::HasWriteEvent |
( |
| ) |
|
◆ io_handle()
IOHandle * dart::bin::DescriptorInfo::io_handle |
( |
| ) |
const |
|
inline |
◆ set_tracked_by_kqueue()
void dart::bin::DescriptorInfo::set_tracked_by_kqueue |
( |
bool |
value | ) |
|
|
inline |
◆ tracked_by_kqueue()
bool dart::bin::DescriptorInfo::tracked_by_kqueue |
( |
| ) |
|
|
inline |
◆ tracked_by_kqueue_
bool dart::bin::DescriptorInfo::tracked_by_kqueue_ |
|
protected |
The documentation for this class was generated from the following files: