|
Squid Web Cache master
|
#include <wordlist.h>
Public Types | |
| using | const_iterator = WordlistIterator |
Public Member Functions | |
| wordlist () | |
| wordlist (const char *k) | |
| wordlist (const wordlist &)=delete | |
| wordlist & | operator= (const wordlist &)=delete |
| auto | begin () const |
| auto | end () const |
Public Attributes | |
| char * | key |
| wordlist * | next |
Private Member Functions | |
| MEMPROXY_CLASS (wordlist) | |
| ~wordlist ()=default | |
Friends | |
| char * | wordlistChopHead (wordlist **) |
Definition at line 47 of file wordlist.h.
|
inline |
Definition at line 49 of file wordlist.h.
|
inlineexplicit |
Definition at line 51 of file wordlist.h.
|
delete |
|
privatedefault |
|
inline |
Definition at line 56 of file wordlist.h.
|
inline |
Definition at line 57 of file wordlist.h.
|
private |
|
friend |
Remove and destroy the first element while preserving and returning its key
Definition at line 42 of file wordlist.cc.
| char* wordlist::key |
Definition at line 59 of file wordlist.h.
Referenced by configDoConfigure(), createRemovalPolicy_heap(), Auth::SchemeConfig::dump(), dump_externalAclHelper(), dump_removalpolicy(), dump_wordlist(), ftpReadWelcome(), netdbPeerName(), Helper::Client::openSessions(), WordlistIterator::operator*(), and Ftp::Client::parseControlReply().
| wordlist* wordlist::next |
Definition at line 60 of file wordlist.h.
Referenced by createRemovalPolicy_heap(), Auth::SchemeConfig::dump(), dump_externalAclHelper(), dump_removalpolicy(), dump_wordlist(), Adaptation::Icap::Options::TransferList::matches(), netdbPeerName(), Helper::Client::openSessions(), statefulhelper::openSessions(), WordlistIterator::operator++(), Adaptation::ServiceGroup::parse(), Ftp::Client::parseControlReply(), Adaptation::Icap::Options::TransferList::report(), and wordlistAdd().