LLVM 22.0.0git
llvm::pdb::DIAEnumTables Class Reference

#include "llvm/DebugInfo/PDB/DIA/DIAEnumTables.h"

Inheritance diagram for llvm::pdb::DIAEnumTables:
[legend]

Public Member Functions

 DIAEnumTables (CComPtr< IDiaEnumTables > DiaEnumerator)
uint32_t getChildCount () const override
std::unique_ptr< IPDBTablegetChildAtIndex (uint32_t Index) const override
std::unique_ptr< IPDBTablegetNext () override
void reset () override
Public Member Functions inherited from llvm::pdb::IPDBEnumChildren< IPDBTable >
virtual ~IPDBEnumChildren ()=default

Additional Inherited Members

Public Types inherited from llvm::pdb::IPDBEnumChildren< IPDBTable >
using ChildTypePtr
using MyType

Detailed Description

Definition at line 20 of file DIAEnumTables.h.

Constructor & Destructor Documentation

◆ DIAEnumTables()

DIAEnumTables::DIAEnumTables ( CComPtr< IDiaEnumTables > DiaEnumerator)
explicit

Definition at line 15 of file DIAEnumTables.cpp.

Member Function Documentation

◆ getChildAtIndex()

std::unique_ptr< IPDBTable > DIAEnumTables::getChildAtIndex ( uint32_t Index) const
overridevirtual

Implements llvm::pdb::IPDBEnumChildren< IPDBTable >.

Definition at line 24 of file DIAEnumTables.cpp.

◆ getChildCount()

uint32_t DIAEnumTables::getChildCount ( ) const
overridevirtual

Implements llvm::pdb::IPDBEnumChildren< IPDBTable >.

Definition at line 18 of file DIAEnumTables.cpp.

References llvm::Count.

◆ getNext()

std::unique_ptr< IPDBTable > DIAEnumTables::getNext ( )
overridevirtual

Implements llvm::pdb::IPDBEnumChildren< IPDBTable >.

Definition at line 35 of file DIAEnumTables.cpp.

◆ reset()

void DIAEnumTables::reset ( )
overridevirtual

Implements llvm::pdb::IPDBEnumChildren< IPDBTable >.

Definition at line 44 of file DIAEnumTables.cpp.


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