template <class T>

class IteratorBase

Defined at line 112 of file ../../third_party/scudo/src/list.h

Public Methods

void IteratorBase<T> (const LinkOp<T> & Link, T * CurrentT)

Defined at line 114 of file ../../third_party/scudo/src/list.h

IteratorBase<T> & operator++ ()

Defined at line 117 of file ../../third_party/scudo/src/list.h

bool operator!= (IteratorBase<T> Other)

Defined at line 121 of file ../../third_party/scudo/src/list.h

T & operator* ()

Defined at line 122 of file ../../third_party/scudo/src/list.h