proxygen
|
#include <Cursor-inl.h>
Public Member Functions | |
void | append (ByteRange bytes) |
std::string | extractString () |
Private Attributes | |
std::string | str_ |
Definition at line 26 of file Cursor-inl.h.
|
inline |
Definition at line 28 of file Cursor-inl.h.
References folly::Range< Iter >::data(), folly::Range< Iter >::size(), and str_.
|
inline |
Definition at line 31 of file Cursor-inl.h.
References folly::gen::move, and str_.
Referenced by folly::io::detail::CursorBase< Derived, BufType >::readWhile().
|
private |
Definition at line 36 of file Cursor-inl.h.
Referenced by append(), and extractString().