LLVM 19.0.0git
Public Member Functions | List of all members
llvm::pdb::NativeEnumInjectedSources Class Reference

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

Inheritance diagram for llvm::pdb::NativeEnumInjectedSources:
Inheritance graph
[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
 
virtual uint32_t getChildCount () const=0
 
virtual ChildTypePtr getChildAtIndex (uint32_t Index) const=0
 
virtual ChildTypePtr getNext ()=0
 
virtual void reset ()=0
 

Additional Inherited Members

- Public Types inherited from llvm::pdb::IPDBEnumChildren< IPDBInjectedSource >
using ChildTypePtr = std::unique_ptr< IPDBInjectedSource >
 
using MyType = IPDBEnumChildren< IPDBInjectedSource >
 

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 98 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: