LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::AttributeList::index_iterator::int_wrapper Struct Reference

#include "llvm/IR/Attributes.h"

Public Member Functions

 int_wrapper (unsigned i)
 
unsigned operator* ()
 
bool operator!= (const int_wrapper &Other)
 
int_wrapperoperator++ ()
 

Public Attributes

unsigned i
 

Detailed Description

Definition at line 946 of file Attributes.h.

Constructor & Destructor Documentation

◆ int_wrapper()

llvm::AttributeList::index_iterator::int_wrapper::int_wrapper ( unsigned  i)
inline

Definition at line 947 of file Attributes.h.

Member Function Documentation

◆ operator!=()

bool llvm::AttributeList::index_iterator::int_wrapper::operator!= ( const int_wrapper Other)
inline

Definition at line 950 of file Attributes.h.

References i, and llvm::Other.

◆ operator*()

unsigned llvm::AttributeList::index_iterator::int_wrapper::operator* ( )
inline

Definition at line 949 of file Attributes.h.

References i.

◆ operator++()

int_wrapper & llvm::AttributeList::index_iterator::int_wrapper::operator++ ( )
inline

Definition at line 951 of file Attributes.h.

References i.

Member Data Documentation

◆ i

unsigned llvm::AttributeList::index_iterator::int_wrapper::i

Definition at line 948 of file Attributes.h.

Referenced by operator!=(), operator*(), and operator++().


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