9#ifndef LLDB_CORE_STREAMASYNCHRONOUSIO_H
10#define LLDB_CORE_STREAMASYNCHRONOUSIO_H
27 void Flush()
override;
30 size_t WriteImpl(
const void *src,
size_t src_len)
override;
A class to manage flag bits.
void Flush() override
Flush the stream.
size_t WriteImpl(const void *src, size_t src_len) override
Output character bytes to the stream.
~StreamAsynchronousIO() override
A stream class that can stream formatted output to a file.
A class that represents a running process on the host machine.