Go to the documentation of this file.
9 #ifndef SQUID_CBDATALIST_H
10 #define SQUID_CBDATALIST_H
91 if (
last->element == toAdd)
115 if (
node->element == toFind)
129 if (
node->element == toFind) {
167 for (tempNode =
head; tempNode->
next; tempNode = tempNode->
next);
180 C result =
head->element;
CbDataList< C > * next_entry
struct squidaio_request_t * next
bool findAndTune(C const &)
bool find(C const &) const
CbDataList< C > * push_back(C const &)
static const cbdata_type CBDATA_UNKNOWN
bool push_back_unique(C const &element)
squidaio_request_t * head
CbDataListIterator(CbDataListContainer< C > const &list)
CbDataList * tail()
Iterates the entire list to return the last element holder.