proxygen
|
#include <IOBuf.h>
Public Member Functions | |
Iterator (const IOBuf *pos, const IOBuf *end) | |
Iterator () | |
Iterator (Iterator const &rhs) | |
Iterator & | operator= (Iterator const &rhs) |
const ByteRange & | dereference () const |
bool | equal (const Iterator &other) const |
void | increment () |
Public Member Functions inherited from folly::detail::IteratorFacade< IOBuf::Iterator, ByteRange const, std::forward_iterator_tag > | |
bool | operator== (IOBuf::Iteratorconst &rhs) const |
std::enable_if< std::is_convertible< IOBuf::Iterator, D2 >::value, bool >::type | operator== (D2 const &rhs) const |
bool | operator!= (IOBuf::Iteratorconst &rhs) const |
bool | operator!= (D2 const &rhs) const |
ByteRange const & | operator* () const |
ByteRange const * | operator-> () const |
IOBuf::Iterator & | operator++ () |
IOBuf::Iterator | operator++ (int) |
IOBuf::Iterator & | operator-- () |
IOBuf::Iterator | operator-- (int) |
Private Member Functions | |
void | setVal () |
void | adjustForEnd () |
Private Attributes | |
const IOBuf * | pos_ {nullptr} |
const IOBuf * | end_ {nullptr} |
ByteRange | val_ |
Additional Inherited Members | |
Public Types inherited from folly::detail::IteratorFacade< IOBuf::Iterator, ByteRange const, std::forward_iterator_tag > | |
using | value_type = ByteRange const |
using | reference = value_type & |
using | pointer = value_type * |
using | difference_type = ssize_t |
using | iterator_category = std::forward_iterator_tag |
|
inline |
|
inlineprivate |
|
inline |
|
inline |
Definition at line 1680 of file IOBuf.h.
Referenced by equal(), and operator=().
Definition at line 1679 of file IOBuf.h.
Referenced by equal(), and operator=().