|
Squid Web Cache master
|
#include <SBuf.h>
Public Types | |
| using | iterator_category = std::input_iterator_tag |
| using | value_type = char |
| using | difference_type = std::ptrdiff_t |
| using | pointer = char * |
| using | reference = char & |
| typedef MemBlob::size_type | size_type |
Public Member Functions | |
| SBufReverseIterator & | operator++ () |
| const char & | operator* () const |
| bool | operator== (const SBufIterator &s) const |
| bool | operator!= (const SBufIterator &s) const |
Protected Member Functions | |
| SBufReverseIterator (const SBuf &s, size_type sz) | |
Protected Attributes | |
| const char * | iter = nullptr |
Friends | |
| class | SBuf |
Reverse input const_iterator for SBufs
Please note that any operation on the underlying SBuf may invalidate all iterators over it, resulting in undefined behavior by them.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inlineinherited |
Definition at line 792 of file SBuf.h.
References SBufIterator::iter.
|
inline |
Definition at line 82 of file SBuf.h.
References SBufIterator::iter.
|
inline |
Definition at line 81 of file SBuf.h.
References SBufIterator::iter.
|
inlineinherited |
Definition at line 785 of file SBuf.h.
References SBufIterator::iter.
|
protectedinherited |
Definition at line 69 of file SBuf.h.
Referenced by SBufIterator::operator!=(), SBufIterator::operator*(), operator*(), SBufIterator::operator++(), operator++(), and SBufIterator::operator==().