#include <SBEvent.h>
Protected Member Functions |
| SBEvent (lldb::EventSP &event_sp) |
lldb::EventSP & | GetSP () const |
void | reset (lldb::EventSP &event_sp) |
void | reset (lldb_private::Event *event) |
lldb_private::Event * | get () const |
Detailed Description
Definition at line 23 of file SBEvent.h.
Constructor & Destructor Documentation
lldb::SBEvent::SBEvent |
( |
| ) |
|
lldb::SBEvent::SBEvent |
( |
uint32_t |
event, |
|
|
const char * |
cstr, |
|
|
uint32_t |
cstr_len |
|
) |
| |
lldb::SBEvent::~SBEvent |
( |
| ) |
|
lldb::SBEvent::SBEvent |
( |
lldb::EventSP & |
event_sp | ) |
|
|
protected |
Member Function Documentation
void lldb::SBEvent::Clear |
( |
| ) |
|
lldb_private::Event* lldb::SBEvent::get |
( |
| ) |
const |
|
protected |
const char* lldb::SBEvent::GetBroadcasterClass |
( |
| ) |
const |
static const char* lldb::SBEvent::GetCStringFromEvent |
( |
const lldb::SBEvent & |
event | ) |
|
|
static |
const char* lldb::SBEvent::GetDataFlavor |
( |
| ) |
|
bool lldb::SBEvent::GetDescription |
( |
lldb::SBStream & |
description | ) |
const |
lldb::EventSP& lldb::SBEvent::GetSP |
( |
| ) |
const |
|
protected |
uint32_t lldb::SBEvent::GetType |
( |
| ) |
const |
bool lldb::SBEvent::IsValid |
( |
| ) |
const |
void lldb::SBEvent::reset |
( |
lldb::EventSP & |
event_sp | ) |
|
|
protected |
void lldb::SBEvent::reset |
( |
lldb_private::Event * |
event | ) |
|
|
protected |
Friends And Related Function Documentation
The documentation for this class was generated from the following file: