27 #ifndef VTK_PARSE_MERGE_H
28 #define VTK_PARSE_MERGE_H
void vtkParseMerge_FreeMergeInfo(MergeInfo *info)
Free the MergeInfo object.
All the entries from a hierarchy file.
FileInfo is for header files.
MergeInfo * vtkParseMerge_MergeSuperClasses(FileInfo *finfo, NamespaceInfo *data, ClassInfo *classInfo)
Merge all inherited methods into the ClassInfo.
struct _MergeInfo MergeInfo
This file contains utility functions for merging together the methods for a class with those inherite...
void vtkParseMerge_MergeHelper(FileInfo *finfo, const NamespaceInfo *data, const HierarchyInfo *hinfo, const char *classname, FILE *hintfile, MergeInfo *info, ClassInfo *merge)
Recursive suproutine to inherit methods from "classname".
ClassInfo is for classes, structs, unions, and namespaces.
This file contains utility functions for merging together the methods for a class with those inherite...