LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::object::ViewArray< T >::iterator Struct Reference

#include "llvm/Object/DXContainer.h"

Public Member Functions

 iterator (const ViewArray &A, const char *C)
 
 iterator (const iterator &)=default
 
value_type operator* ()
 
iterator operator++ ()
 
iterator operator++ (int)
 
iterator operator-- ()
 
iterator operator-- (int)
 
bool operator== (const iterator I)
 
bool operator!= (const iterator I)
 

Public Attributes

StringRef Data
 
uint32_t Stride
 
const charCurrent
 

Detailed Description

template<typename T>
struct llvm::object::ViewArray< T >::iterator

Definition at line 58 of file DXContainer.h.

Constructor & Destructor Documentation

◆ iterator() [1/2]

template<typename T >
llvm::object::ViewArray< T >::iterator::iterator ( const ViewArray A,
const char C 
)
inline

Definition at line 63 of file DXContainer.h.

◆ iterator() [2/2]

template<typename T >
llvm::object::ViewArray< T >::iterator::iterator ( const iterator )
default

Member Function Documentation

◆ operator!=()

template<typename T >
bool llvm::object::ViewArray< T >::iterator::operator!= ( const iterator  I)
inline

Definition at line 106 of file DXContainer.h.

References I.

◆ operator*()

template<typename T >
value_type llvm::object::ViewArray< T >::iterator::operator* ( )
inline

◆ operator++() [1/2]

template<typename T >
iterator llvm::object::ViewArray< T >::iterator::operator++ ( )
inline

◆ operator++() [2/2]

template<typename T >
iterator llvm::object::ViewArray< T >::iterator::operator++ ( int  )
inline

Definition at line 87 of file DXContainer.h.

◆ operator--() [1/2]

template<typename T >
iterator llvm::object::ViewArray< T >::iterator::operator-- ( )
inline

◆ operator--() [2/2]

template<typename T >
iterator llvm::object::ViewArray< T >::iterator::operator-- ( int  )
inline

Definition at line 99 of file DXContainer.h.

◆ operator==()

template<typename T >
bool llvm::object::ViewArray< T >::iterator::operator== ( const iterator  I)
inline

Definition at line 105 of file DXContainer.h.

References llvm::object::ViewArray< T >::iterator::Current, and I.

Member Data Documentation

◆ Current

template<typename T >
const char* llvm::object::ViewArray< T >::iterator::Current

◆ Data

template<typename T >
StringRef llvm::object::ViewArray< T >::iterator::Data

◆ Stride

template<typename T >
uint32_t llvm::object::ViewArray< T >::iterator::Stride

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