LLDB mainline
lldb_private::MainLoopWindows::IOEvent Class Reference

#include <MainLoopWindows.h>

Public Member Functions

 IOEvent (handle_t event)
virtual ~IOEvent ()
virtual void WillPoll ()
virtual void DidPoll ()
virtual void Disarm ()
handle_t GetHandle ()

Protected Attributes

handle_t m_event

Detailed Description

Definition at line 36 of file MainLoopWindows.h.

Constructor & Destructor Documentation

◆ IOEvent()

lldb_private::MainLoopWindows::IOEvent::IOEvent ( handle_t event)
inline

Definition at line 38 of file MainLoopWindows.h.

References m_event.

◆ ~IOEvent()

virtual lldb_private::MainLoopWindows::IOEvent::~IOEvent ( )
inlinevirtual

Definition at line 39 of file MainLoopWindows.h.

Member Function Documentation

◆ DidPoll()

virtual void lldb_private::MainLoopWindows::IOEvent::DidPoll ( )
inlinevirtual

Definition at line 41 of file MainLoopWindows.h.

◆ Disarm()

virtual void lldb_private::MainLoopWindows::IOEvent::Disarm ( )
inlinevirtual

Definition at line 42 of file MainLoopWindows.h.

◆ GetHandle()

handle_t lldb_private::MainLoopWindows::IOEvent::GetHandle ( )
inline

Definition at line 43 of file MainLoopWindows.h.

References m_event.

◆ WillPoll()

virtual void lldb_private::MainLoopWindows::IOEvent::WillPoll ( )
inlinevirtual

Definition at line 40 of file MainLoopWindows.h.

Member Data Documentation

◆ m_event

handle_t lldb_private::MainLoopWindows::IOEvent::m_event
protected

Definition at line 46 of file MainLoopWindows.h.

Referenced by GetHandle(), and IOEvent().


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