class NullEnumerator
Declaration
template <typename ChildType>
class NullEnumerator { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h:34
Templates
- ChildType
Method Overview
- private std::unique_ptr<ChildType> getChildAtIndex(uint32_t Index) const
- private uint32_t getChildCount() const
- private std::unique_ptr<ChildType> getNext()
- private void reset()
Methods
¶std::unique_ptr<ChildType> getChildAtIndex(
uint32_t Index) const
std::unique_ptr<ChildType> getChildAtIndex(
uint32_t Index) const
Declared at: llvm/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h:36
Parameters
- uint32_t Index
¶uint32_t getChildCount() const
uint32_t getChildCount() const
Declared at: llvm/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h:35
¶std::unique_ptr<ChildType> getNext()
std::unique_ptr<ChildType> getNext()
Declared at: llvm/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h:39
¶void reset()
void reset()
Declared at: llvm/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h:40