LLVM: llvm::pdb::DIAEnumDebugStreams Class Reference (original) (raw)

#include "[llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h](DIAEnumDebugStreams%5F8h%5Fsource.html)"

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 ( 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

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

Definition at line 26 of file DIAEnumDebugStreams.cpp.

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

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

Definition at line 37 of file DIAEnumDebugStreams.cpp.

reset()

void DIAEnumDebugStreams::reset ( ) overridevirtual

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

Definition at line 46 of file DIAEnumDebugStreams.cpp.


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