LLVM 22.0.0git
llvm::object::DirectX::DescriptorTable< T > Struct Template Reference

#include "llvm/Object/DXContainer.h"

Public Member Functions

ViewArray< T >::iterator begin () const
ViewArray< T >::iterator end () const

Public Attributes

uint32_t NumRanges
uint32_t RangesOffset
ViewArray< TRanges

Detailed Description

template<typename T>
struct llvm::object::DirectX::DescriptorTable< T >

Definition at line 182 of file DXContainer.h.

Member Function Documentation

◆ begin()

template<typename T>
ViewArray< T >::iterator llvm::object::DirectX::DescriptorTable< T >::begin ( ) const
inline

Definition at line 187 of file DXContainer.h.

References Ranges.

◆ end()

template<typename T>
ViewArray< T >::iterator llvm::object::DirectX::DescriptorTable< T >::end ( ) const
inline

Definition at line 189 of file DXContainer.h.

References Ranges.

Member Data Documentation

◆ NumRanges

template<typename T>
uint32_t llvm::object::DirectX::DescriptorTable< T >::NumRanges

Definition at line 183 of file DXContainer.h.

Referenced by llvm::object::DirectX::DescriptorTableView::read().

◆ Ranges

template<typename T>
ViewArray<T> llvm::object::DirectX::DescriptorTable< T >::Ranges

Definition at line 185 of file DXContainer.h.

Referenced by begin(), end(), and llvm::object::DirectX::DescriptorTableView::read().

◆ RangesOffset

template<typename T>
uint32_t llvm::object::DirectX::DescriptorTable< T >::RangesOffset

Definition at line 184 of file DXContainer.h.

Referenced by llvm::object::DirectX::DescriptorTableView::read().


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