template <typename T>
class IteratorBase
Defined at line 67 of file ../../third_party/crashpad/src/client/annotation_list.h
An InputIterator for the AnnotationList.
Public Methods
void IteratorBase<T> (const IteratorBase<T> & other)
Defined at line 75 of file ../../third_party/crashpad/src/client/annotation_list.h
void IteratorBase<T> (IteratorBase<T> && other)
Defined at line 76 of file ../../third_party/crashpad/src/client/annotation_list.h
T * operator* ()
T * operator-> ()
IteratorBase<T> & operator++ ()
IteratorBase<T> operator++ (int )
bool operator!= (const IteratorBase<T> & other)
void ~IteratorBase<T> ()
Defined at line 78 of file ../../third_party/crashpad/src/client/annotation_list.h
IteratorBase<T> & operator= (const IteratorBase<T> & other)
Defined at line 80 of file ../../third_party/crashpad/src/client/annotation_list.h
IteratorBase<T> & operator= (IteratorBase<T> && other)
Defined at line 81 of file ../../third_party/crashpad/src/client/annotation_list.h
bool operator== (const IteratorBase<T> & other)
Defined at line 89 of file ../../third_party/crashpad/src/client/annotation_list.h
Friends
template <typename T>
class AnnotationList