LLVM 19.0.0git
Public Member Functions | List of all members
llvm::object::MinidumpFile::MemoryInfoIterator Class Reference

#include "llvm/Object/Minidump.h"

Inheritance diagram for llvm::object::MinidumpFile::MemoryInfoIterator:
Inheritance graph
[legend]

Public Member Functions

 MemoryInfoIterator (ArrayRef< uint8_t > Storage, size_t Stride)
 
bool operator== (const MemoryInfoIterator &R) const
 
const minidump::MemoryInfooperator* () const
 
MemoryInfoIteratoroperator++ ()
 
- Public Member Functions inherited from llvm::iterator_facade_base< MemoryInfoIterator, std::forward_iterator_tag, minidump::MemoryInfo >
MemoryInfoIterator operator+ (std::ptrdiff_t n) const
 
MemoryInfoIterator operator- (std::ptrdiff_t n) const
 
MemoryInfoIterator & operator++ ()
 
MemoryInfoIterator operator++ (int)
 
MemoryInfoIterator & operator-- ()
 
MemoryInfoIterator operator-- (int)
 
bool operator!= (const MemoryInfoIterator &RHS) const
 
bool operator> (const MemoryInfoIterator &RHS) const
 
bool operator<= (const MemoryInfoIterator &RHS) const
 
bool operator>= (const MemoryInfoIterator &RHS) const
 
PointerProxy operator-> () const
 
ReferenceProxy operator[] (std::ptrdiff_t n) const
 

Additional Inherited Members

- Public Types inherited from llvm::iterator_facade_base< MemoryInfoIterator, std::forward_iterator_tag, minidump::MemoryInfo >
using iterator_category = std::forward_iterator_tag
 
using value_type = minidump::MemoryInfo
 
using difference_type = std::ptrdiff_t
 
using pointer = minidump::MemoryInfo *
 
using reference = minidump::MemoryInfo &
 
- Protected Types inherited from llvm::iterator_facade_base< MemoryInfoIterator, std::forward_iterator_tag, minidump::MemoryInfo >
enum  
 

Detailed Description

Definition at line 106 of file Minidump.h.

Constructor & Destructor Documentation

◆ MemoryInfoIterator()

llvm::object::MinidumpFile::MemoryInfoIterator::MemoryInfoIterator ( ArrayRef< uint8_t >  Storage,
size_t  Stride 
)
inline

Definition at line 111 of file Minidump.h.

References assert(), and llvm::ArrayRef< T >::size().

Member Function Documentation

◆ operator*()

const minidump::MemoryInfo & llvm::object::MinidumpFile::MemoryInfoIterator::operator* ( ) const
inline

Definition at line 120 of file Minidump.h.

References assert(), llvm::ArrayRef< T >::data(), and llvm::ArrayRef< T >::size().

◆ operator++()

MemoryInfoIterator & llvm::object::MinidumpFile::MemoryInfoIterator::operator++ ( )
inline

Definition at line 125 of file Minidump.h.

References llvm::ArrayRef< T >::drop_front().

◆ operator==()

bool llvm::object::MinidumpFile::MemoryInfoIterator::operator== ( const MemoryInfoIterator R) const
inline

Definition at line 116 of file Minidump.h.

References llvm::ArrayRef< T >::size().


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