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 |
Detailed Description
Definition at line 20 of file wordlist.h.
Member Typedef Documentation
◆ value_type
using WordlistIterator::value_type = const char * |
Definition at line 23 of file wordlist.h.
Constructor & Destructor Documentation
◆ WordlistIterator()
|
inlineexplicit |
Definition at line 25 of file wordlist.h.
Member Function Documentation
◆ operator!=()
|
inline |
Definition at line 28 of file wordlist.h.
References w.
◆ operator*()
|
inline |
Definition at line 100 of file wordlist.h.
References wordlist::key, and w.
◆ operator++()
|
inline |
Definition at line 93 of file wordlist.h.
References wordlist::next, and w.
◆ operator==()
|
inline |
Definition at line 27 of file wordlist.h.
References w.
Member Data Documentation
◆ w
|
private |
Definition at line 34 of file wordlist.h.
Referenced by operator!=(), operator*(), operator++(), and operator==().
The documentation for this class was generated from the following file:
- src/wordlist.h
Introduction
- About Squid
- Why Squid?
- Squid Developers
- How to Donate
- How to Help Out
- Getting Squid
- Squid Source Packages
- Squid Deployment Case-Studies
- Squid Software Foundation
Documentation
- Quick Setup
- Configuration:
- FAQ and Wiki
- Guide Books:
- Non-English
- More...
Support
- Security Advisories
- Bugzilla Database
- Mailing lists
- Contacting us
- Commercial services
- Project Sponsors
- Squid-based products
Miscellaneous
- Developer Resources
- Related Writings
- Related Software:
- Squid Artwork
Web Site Translations
Mirrors
- Website:
- ... full list