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

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

Inheritance diagram for llvm::pdb::NativeEnumModules:

Public Member Functions
NativeEnumModules (NativeSession &Session, uint32_t Index=0)
uint32_t getChildCount () const override
std::unique_ptr< PDBSymbol > getChildAtIndex (uint32_t Index) const override
std::unique_ptr< PDBSymbol > getNext () override
void reset () override
Public Member Functions inherited from llvm::pdb::IPDBEnumChildren< PDBSymbol >
virtual ~IPDBEnumChildren ()=default

Detailed Description

Definition at line 19 of file NativeEnumModules.h.

Constructor & Destructor Documentation

Member Function Documentation

getChildAtIndex()

std::unique_ptr< PDBSymbol > llvm::pdb::NativeEnumModules::getChildAtIndex ( uint32_t Index) const overridevirtual

getChildCount()

uint32_t llvm::pdb::NativeEnumModules::getChildCount ( ) const overridevirtual

getNext()

std::unique_ptr< PDBSymbol > llvm::pdb::NativeEnumModules::getNext ( ) overridevirtual

reset()

void llvm::pdb::NativeEnumModules::reset ( ) overridevirtual

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