|
Squid Web Cache master
|
#include <CbDataList.h>
Public Member Functions | |
| CbDataListIterator (CbDataListContainer< C > const &list) | |
| const C & | next () |
| bool | end () |
Private Attributes | |
| CbDataList< C > * | next_entry |
Definition at line 51 of file CbDataList.h.
|
inline |
Definition at line 54 of file CbDataList.h.
|
inline |
Definition at line 61 of file CbDataList.h.
References CbDataListIterator< C >::next_entry.
Referenced by ACLSquidErrorData::dump(), and ACLSquidErrorData::match().
|
inline |
Definition at line 55 of file CbDataList.h.
References CbDataList< C >::element, CbDataList< C >::next, and CbDataListIterator< C >::next_entry.
Referenced by ACLSquidErrorData::dump(), and ACLSquidErrorData::match().
|
private |
Definition at line 66 of file CbDataList.h.
Referenced by CbDataListIterator< C >::end(), and CbDataListIterator< C >::next().