#include <SBDebugger.h>
|
| SBInputReader ()=default |
|
| ~SBInputReader ()=default |
|
SBError | Initialize (lldb::SBDebugger &, unsigned long(*)(void *, lldb::SBInputReader *, lldb::InputReaderAction, char const *, unsigned long), void *, lldb::InputReaderGranularity, char const *, char const *, bool) |
|
void | SetIsDone (bool) |
|
bool | IsActive () const |
|
Definition at line 20 of file SBDebugger.h.
lldb::SBInputReader::SBInputReader |
( |
| ) |
|
|
default |
lldb::SBInputReader::~SBInputReader |
( |
| ) |
|
|
default |
SBError lldb::SBInputReader::Initialize |
( |
lldb::SBDebugger & |
, |
|
|
unsigned |
long*)(void *, lldb::SBInputReader *, lldb::InputReaderAction, char const *, unsigned long, |
|
|
void * |
, |
|
|
lldb::InputReaderGranularity |
, |
|
|
char const * |
, |
|
|
char const * |
, |
|
|
bool |
|
|
) |
| |
bool lldb::SBInputReader::IsActive |
( |
| ) |
const |
void lldb::SBInputReader::SetIsDone |
( |
bool |
| ) |
|
The documentation for this class was generated from the following file: