Mixin providing write operations for cursor types.
Synopsis
Declared in <folly/io/Cursor.h>
template<class Derived>
class Writable;
Member Functions
Name |
Description |
|
|
|
|
|
|
|
|
|
Derived Classes
Name |
Description |
Append to the end of a buffer chain, growing the chain (by allocating new buffers) in increments of at least growth bytes every time. Won't grow (and push() and ensure() will throw) if growth == 0. |
|
Appender that writes to the end of an IOBufQueue. |
|
Read‐write cursor over an IOBuf chain. |
Created with MrDocs