#include <IOHandler.h>
Definition at line 296 of file IOHandler.h.
◆ IOHandlerDelegateMultiline()
lldb_private::IOHandlerDelegateMultiline::IOHandlerDelegateMultiline |
( |
const char * |
end_line, |
|
|
Completion |
completion = Completion::None |
|
) |
| |
|
inline |
◆ ~IOHandlerDelegateMultiline()
lldb_private::IOHandlerDelegateMultiline::~IOHandlerDelegateMultiline |
( |
| ) |
|
|
overridedefault |
◆ IOHandlerGetControlSequence()
ConstString lldb_private::IOHandlerDelegateMultiline::IOHandlerGetControlSequence |
( |
char |
ch | ) |
|
|
inlineoverridevirtual |
◆ IOHandlerIsInputComplete()
bool lldb_private::IOHandlerDelegateMultiline::IOHandlerIsInputComplete |
( |
IOHandler & |
io_handler, |
|
|
StringList & |
lines |
|
) |
| |
|
inlineoverridevirtual |
Called to determine whether typing enter after the last line in lines should end input.
This function will not be called on IOHandler objects that are getting single lines.
- Parameters
-
[in] | io_handler | The IOHandler that responsible for updating the lines. |
[in] | lines | The current multi-line content. May be altered to provide alternative input when complete. |
- Returns
- Return an boolean to indicate whether input is complete, true indicates that no additional input is necessary, while false indicates that more input is required.
Reimplemented from lldb_private::IOHandlerDelegate.
Definition at line 311 of file IOHandler.h.
References lldb_private::StringList::GetSize(), m_end_line, and lldb_private::StringList::PopBack().
◆ m_end_line
const std::string lldb_private::IOHandlerDelegateMultiline::m_end_line |
|
protected |
The documentation for this class was generated from the following file: