LLVM 24.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 503 of file DXContainer.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 555 of file DXContainer.h.

References RHS.

◆ operator*()

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

Definition at line 559 of file DXContainer.h.

◆ operator++() [1/2]

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

Definition at line 537 of file DXContainer.h.

◆ operator++() [2/2]

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

Definition at line 545 of file DXContainer.h.

◆ operator->()

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

Definition at line 560 of file DXContainer.h.

◆ operator==()

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

Definition at line 551 of file DXContainer.h.

References RHS.

◆ DXContainer

friend class DXContainer
friend

Definition at line 512 of file DXContainer.h.

References DXContainer.

Referenced by DXContainer, and DXContainerObjectFile.

◆ DXContainerObjectFile

friend class DXContainerObjectFile
friend

Definition at line 513 of file DXContainer.h.

References C(), DXContainer, and DXContainerObjectFile.

Referenced by DXContainerObjectFile.


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