|
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 | |
| bool | operator== (const SBufIterator &s) const |
| bool | operator!= (const SBufIterator &s) const |
| const char & | operator* () const |
| SBufIterator & | operator++ () |
Protected Member Functions | |
| SBufIterator (const SBuf &, size_type) | |
Protected Attributes | |
| const char * | iter = nullptr |
Friends | |
| class | SBuf |
Forward 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.
| using SBufIterator::difference_type = std::ptrdiff_t |
| using SBufIterator::iterator_category = std::input_iterator_tag |
| using SBufIterator::pointer = char* |
| using SBufIterator::reference = char& |
| using SBufIterator::value_type = char |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
Definition at line 69 of file SBuf.h.
Referenced by operator!=(), operator*(), SBufReverseIterator::operator*(), operator++(), SBufReverseIterator::operator++(), and operator==().