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

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

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

Public Member Functions

 DIAEnumDebugStreams (CComPtr< IDiaEnumDebugStreams > DiaEnumerator)
uint32_t getChildCount () const override
ChildTypePtr getChildAtIndex (uint32_t Index) const override
ChildTypePtr getNext () override
void reset () override
Public Member Functions inherited from llvm::pdb::IPDBEnumChildren< IPDBDataStream >
virtual ~IPDBEnumChildren ()=default

Additional Inherited Members

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

Detailed Description

Definition at line 21 of file DIAEnumDebugStreams.h.

Constructor & Destructor Documentation

◆ DIAEnumDebugStreams()

DIAEnumDebugStreams::DIAEnumDebugStreams ( CComPtr< IDiaEnumDebugStreams > DiaEnumerator)
explicit

Definition at line 16 of file DIAEnumDebugStreams.cpp.

Member Function Documentation

◆ getChildAtIndex()

std::unique_ptr< IPDBDataStream > DIAEnumDebugStreams::getChildAtIndex ( uint32_t Index) const
overridevirtual

◆ getChildCount()

uint32_t DIAEnumDebugStreams::getChildCount ( ) const
overridevirtual

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

Definition at line 20 of file DIAEnumDebugStreams.cpp.

References llvm::Count.

◆ getNext()

std::unique_ptr< IPDBDataStream > DIAEnumDebugStreams::getNext ( )
overridevirtual

◆ reset()

void DIAEnumDebugStreams::reset ( )
overridevirtual

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