Crashpad
 
Loading...
Searching...
No Matches
crashpad::AnnotationList::IteratorBase< T > Class Template Reference

An InputIterator for the AnnotationList. More...

#include "client/annotation_list.h"

Public Types

using difference_type = signed int
 
using value_type = T*
 
using reference = T*
 
using pointer = void
 
using iterator_category = std::input_iterator_tag
 

Public Member Functions

 IteratorBase (const IteratorBase &other)=default
 
 IteratorBase (IteratorBase &&other)=default
 
IteratorBaseoperator= (const IteratorBase &other)=default
 
IteratorBaseoperator= (IteratorBase &&other)=default
 
T * operator* () const
 
T * operator-> () const
 
IteratorBaseoperator++ ()
 
IteratorBase operator++ (int)
 
bool operator== (const IteratorBase &other) const
 
bool operator!= (const IteratorBase &other) const
 

Friends

class AnnotationList
 

Detailed Description

template<typename T>
class crashpad::AnnotationList::IteratorBase< T >

An InputIterator for the AnnotationList.


The documentation for this class was generated from the following files: