LLVM 22.0.0git
llvm::object::DXContainer::PartIterator Class Reference

#include "llvm/Object/DXContainer.h"

Public Member Functions

PartIteratoroperator++ ()
PartIterator operator++ (int)
bool operator== (const PartIterator &RHS) const
bool operator!= (const PartIterator &RHS) const
const PartData & operator* ()
const PartData * operator-> ()

Friends

class DXContainer
class DXContainerObjectFile

Detailed Description

Definition at line 493 of file DXContainer.h.

Member Function Documentation

◆ operator!=()

bool llvm::object::DXContainer::PartIterator::operator!= ( const PartIterator & RHS) const
inline

Definition at line 545 of file DXContainer.h.

References RHS.

◆ operator*()

const PartData & llvm::object::DXContainer::PartIterator::operator* ( )
inline

Definition at line 549 of file DXContainer.h.

◆ operator++() [1/2]

PartIterator & llvm::object::DXContainer::PartIterator::operator++ ( )
inline

Definition at line 527 of file DXContainer.h.

◆ operator++() [2/2]

PartIterator llvm::object::DXContainer::PartIterator::operator++ ( int )
inline

Definition at line 535 of file DXContainer.h.

◆ operator->()

const PartData * llvm::object::DXContainer::PartIterator::operator-> ( )
inline

Definition at line 550 of file DXContainer.h.

◆ operator==()

bool llvm::object::DXContainer::PartIterator::operator== ( const PartIterator & RHS) const
inline

Definition at line 541 of file DXContainer.h.

References RHS.

◆ DXContainer

friend class DXContainer
friend

Definition at line 502 of file DXContainer.h.

References DXContainer.

Referenced by DXContainer, and DXContainerObjectFile.

◆ DXContainerObjectFile

friend class DXContainerObjectFile
friend

Definition at line 503 of file DXContainer.h.

References llvm::CallingConv::C, DXContainer, and DXContainerObjectFile.

Referenced by DXContainerObjectFile.


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