LLVM  8.0.1
Public Member Functions | List of all members
llvm::pdb::DIAEnumTables Class Reference

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

Inheritance diagram for llvm::pdb::DIAEnumTables:
Inheritance graph
[legend]
Collaboration diagram for llvm::pdb::DIAEnumTables:
Collaboration graph
[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 = std::unique_ptr< IPDBTable >
 
using MyType = IPDBEnumChildren< IPDBTable >
 

Detailed Description

Definition at line 21 of file DIAEnumTables.h.

Constructor & Destructor Documentation

◆ DIAEnumTables()

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

Definition at line 16 of file DIAEnumTables.cpp.

References llvm::Enumerator.

Member Function Documentation

◆ getChildAtIndex()

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

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

Definition at line 25 of file DIAEnumTables.cpp.

◆ getChildCount()

uint32_t DIAEnumTables::getChildCount ( ) const
overridevirtual

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

Definition at line 19 of file DIAEnumTables.cpp.

◆ getNext()

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

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

Definition at line 36 of file DIAEnumTables.cpp.

◆ reset()

void DIAEnumTables::reset ( )
overridevirtual

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

Definition at line 45 of file DIAEnumTables.cpp.


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