|
Squid Web Cache master
|
minimal iterator for read-only traversal of wordlist objects More...
#include <wordlist.h>
Public Types | |
| using | value_type = const char * |
Public Member Functions | |
| WordlistIterator (const wordlist *const wl) | |
| auto | operator== (const WordlistIterator &rhs) const |
| auto | operator!= (const WordlistIterator &rhs) const |
| value_type | operator* () const |
| WordlistIterator & | operator++ () |
Private Attributes | |
| const wordlist * | w |
Definition at line 20 of file wordlist.h.
| using WordlistIterator::value_type = const char * |
Definition at line 23 of file wordlist.h.
|
inlineexplicit |
Definition at line 25 of file wordlist.h.
|
inline |
Definition at line 28 of file wordlist.h.
References w.
|
inline |
Definition at line 100 of file wordlist.h.
References wordlist::key, and w.
|
inline |
Definition at line 93 of file wordlist.h.
References wordlist::next, and w.
|
inline |
Definition at line 27 of file wordlist.h.
References w.
|
private |
Definition at line 34 of file wordlist.h.
Referenced by operator!=(), operator*(), operator++(), and operator==().