LLDB mainline
|
#include <StringPrinter.h>
Classes | |
class | DumpToStreamOptions |
class | ReadBufferAndDumpToStreamOptions |
class | ReadStringAndDumpToStreamOptions |
Public Types | |
enum class | StringElementType { ASCII , UTF8 , UTF16 , UTF32 } |
enum class | GetPrintableElementType { ASCII , UTF8 } |
enum class | EscapeStyle { CXX , Swift } |
Static Public Member Functions | |
template<StringElementType element_type> | |
static bool | ReadStringAndDumpToStream (const ReadStringAndDumpToStreamOptions &options) |
template<StringElementType element_type> | |
static bool | ReadBufferAndDumpToStream (const ReadBufferAndDumpToStreamOptions &options) |
Definition at line 21 of file StringPrinter.h.
|
strong |
Enumerator | |
---|---|
CXX | |
Swift |
Definition at line 27 of file StringPrinter.h.
|
strong |
Enumerator | |
---|---|
ASCII | |
UTF8 |
Definition at line 25 of file StringPrinter.h.
|
strong |
Enumerator | |
---|---|
ASCII | |
UTF8 | |
UTF16 | |
UTF32 |
Definition at line 23 of file StringPrinter.h.
|
static |
|
static |