StoreIOBuffer.h
Go to the documentation of this file.
63std::ostream &
std::ostream & operator<<(std::ostream &os, const StoreIOBuffer &b)
Definition: StoreIOBuffer.h:64
Definition: MemBuf.h:24
Definition: Range.h:19
Definition: StoreIOBuffer.h:16
StoreIOBuffer(MemBuf *aMemBuf, int64_t anOffset, size_t anLength)
Definition: StoreIOBuffer.h:35
StoreIOBuffer(MemBuf *aMemBuf, int64_t anOffset)
Definition: StoreIOBuffer.h:28
struct StoreIOBuffer::@141 flags
StoreIOBuffer & positionAt(const int64_t newOffset)
convenience method for changing the offset of a being-configured buffer
Definition: StoreIOBuffer.h:47
StoreIOBuffer(size_t aLength, int64_t anOffset, char *someData)
Definition: StoreIOBuffer.h:21