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 |
|
inline |
Returns the number of bytes written to the given Stream since this ByteDelta object was created.
Definition at line 63 of file Stream.h.
References lldb_private::Stream::GetWrittenBytes(), m_start, and m_stream.
|
private |
Bytes we have written so far when ByteDelta was created.
Definition at line 57 of file Stream.h.
Referenced by operator*().
|
private |
Definition at line 55 of file Stream.h.
Referenced by operator*().