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 502 of file DXContainer.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 554 of file DXContainer.h.

References RHS.

◆ operator*()

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

Definition at line 558 of file DXContainer.h.

◆ operator++() [1/2]

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

Definition at line 536 of file DXContainer.h.

◆ operator++() [2/2]

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

Definition at line 544 of file DXContainer.h.

◆ operator->()

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

Definition at line 559 of file DXContainer.h.

◆ operator==()

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

Definition at line 550 of file DXContainer.h.

References RHS.

◆ DXContainer

friend class DXContainer
friend

Definition at line 511 of file DXContainer.h.

References DXContainer.

Referenced by DXContainer, and DXContainerObjectFile.

◆ DXContainerObjectFile

friend class DXContainerObjectFile
friend

Definition at line 512 of file DXContainer.h.

References C(), DXContainer, and DXContainerObjectFile.

Referenced by DXContainerObjectFile.


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