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

#include "llvm/DebugInfo/PDB/Native/NativeEnumInjectedSources.h"

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

Public Member Functions

 NativeEnumInjectedSources (PDBFile &File, const InjectedSourceStream &IJS, const PDBStringTable &Strings)
uint32_t getChildCount () const override
std::unique_ptr< IPDBInjectedSourcegetChildAtIndex (uint32_t Index) const override
std::unique_ptr< IPDBInjectedSourcegetNext () override
void reset () override
Public Member Functions inherited from llvm::pdb::IPDBEnumChildren< IPDBInjectedSource >
virtual ~IPDBEnumChildren ()=default

Additional Inherited Members

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

Detailed Description

Definition at line 23 of file NativeEnumInjectedSources.h.

Constructor & Destructor Documentation

◆ NativeEnumInjectedSources()

llvm::pdb::NativeEnumInjectedSources::NativeEnumInjectedSources ( PDBFile & File,
const InjectedSourceStream & IJS,
const PDBStringTable & Strings )

Definition at line 97 of file NativeEnumInjectedSources.cpp.

Member Function Documentation

◆ getChildAtIndex()

std::unique_ptr< IPDBInjectedSource > llvm::pdb::NativeEnumInjectedSources::getChildAtIndex ( uint32_t Index) const
overridevirtual

◆ getChildCount()

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

◆ getNext()

std::unique_ptr< IPDBInjectedSource > llvm::pdb::NativeEnumInjectedSources::getNext ( )
overridevirtual

◆ reset()

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

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