10 #ifndef LLVM_DEBUGINFO_PDB_IPDBENUMCHILDREN_H
11 #define LLVM_DEBUGINFO_PDB_IPDBENUMCHILDREN_H
28 virtual void reset() = 0;
virtual MyType * clone() const =0
std::unique_ptr< ChildType > ChildTypePtr
IPDBEnumChildren< ChildType > MyType
virtual ~IPDBEnumChildren()
virtual ChildTypePtr getNext()=0
virtual ChildTypePtr getChildAtIndex(uint32_t Index) const =0
virtual uint32_t getChildCount() const =0