|
LLDB mainline
|
#include <Stream.h>
Public Member Functions | |
| ByteDelta (Stream &s) | |
| size_t | operator* () const |
| Returns the number of bytes written to the given Stream since this ByteDelta object was created. | |
Private Attributes | |
| Stream * | m_stream |
| size_t | m_start |
| Bytes we have written so far when ByteDelta was created. | |
|
inline |
Definition at line 60 of file Stream.h.
References lldb_private::Stream::GetWrittenBytes(), m_start, m_stream, and lldb_private::Stream::Stream().
|
inline |
|
private |
Bytes we have written so far when ByteDelta was created.
Definition at line 57 of file Stream.h.
Referenced by ByteDelta(), and operator*().
|
private |
Definition at line 55 of file Stream.h.
Referenced by ByteDelta(), and operator*().