LLVM 19.0.0git
List of all members
llvm::pdb::NullEnumerator< ChildType > Class Template Reference

#include "llvm/DebugInfo/PDB/IPDBEnumChildren.h"

Inheritance diagram for llvm::pdb::NullEnumerator< ChildType >:
Inheritance graph
[legend]

Additional Inherited Members

- Public Types inherited from llvm::pdb::IPDBEnumChildren< ChildType >
using ChildTypePtr = std::unique_ptr< ChildType >
 
using MyType = IPDBEnumChildren< ChildType >
 
- Public Member Functions inherited from llvm::pdb::IPDBEnumChildren< ChildType >
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
 

Detailed Description

template<typename ChildType>
class llvm::pdb::NullEnumerator< ChildType >

Definition at line 34 of file IPDBEnumChildren.h.


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