9#ifndef SQUID_SRC_BASE_CBDATALIST_H
10#define SQUID_SRC_BASE_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;
195 return head ==
nullptr;
squidaio_request_t * head
static const cbdata_type CBDATA_UNKNOWN
CbDataList< C > * push_back(C const &)
CbDataListIterator(CbDataListContainer< C > const &list)
CbDataList< C > * next_entry
bool push_back_unique(C const &element)
bool find(C const &) const
CbDataList * tail()
Iterates the entire list to return the last element holder.
bool findAndTune(C const &)
struct squidaio_request_t * next