|
Squid Web Cache master
|
#include <CbDataList.h>
Public Member Functions | |
| CbDataListContainer () | |
| ~CbDataListContainer () | |
| CbDataList< C > * | push_back (C const &) |
| C | pop_front () |
| bool | empty () const |
Public Attributes | |
| CbDataList< C > * | head |
Definition at line 37 of file CbDataList.h.
| CbDataListContainer< C >::CbDataListContainer | ( | ) |
Definition at line 148 of file CbDataList.h.
| CbDataListContainer< C >::~CbDataListContainer | ( | ) |
Definition at line 152 of file CbDataList.h.
References head.
| bool CbDataListContainer< C >::empty | ( | ) | const |
Definition at line 193 of file CbDataList.h.
References head.
Referenced by ACLSquidErrorData::empty().
| C CbDataListContainer< C >::pop_front | ( | ) |
Definition at line 177 of file CbDataList.h.
References head, node::next, squidaio_request_t::next, and NULL.
| CbDataList< C > * CbDataListContainer< C >::push_back | ( | C const & | element | ) |
Definition at line 160 of file CbDataList.h.
References head, and CbDataList< C >::next.
Referenced by ACLSquidErrorData::parse().
| CbDataList<C>* CbDataListContainer< C >::head |
Definition at line 47 of file CbDataList.h.