#include <CbDataList.h>
Public Member Functions | |
CbDataListIterator (CbDataListContainer< C > const &list) | |
const C & | next () |
bool | end () |
Private Attributes | |
CbDataList< C > * | next_entry |
Detailed Description
Definition at line 51 of file CbDataList.h.
Constructor & Destructor Documentation
◆ CbDataListIterator()
|
inline |
Definition at line 54 of file CbDataList.h.
Member Function Documentation
◆ end()
|
inline |
Definition at line 61 of file CbDataList.h.
References CbDataListIterator< C >::next_entry.
Referenced by ACLSquidErrorData::dump(), and ACLSquidErrorData::match().
◆ next()
|
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().
Member Data Documentation
◆ next_entry
|
private |
Definition at line 66 of file CbDataList.h.
Referenced by CbDataListIterator< C >::end(), and CbDataListIterator< C >::next().
The documentation for this class was generated from the following file:
- src/base/CbDataList.h