Class RefEnumProc
See Also: Advanced Topics section on References.
class RefEnumProc
Description:
This class is available in release 2.0 and later only.
This is the callback object for the global function EnumRefHierarchy(ReferenceMaker *rm, RefEnumProc &proc);
This classes proc() method is called for each element in the reference hierarchy.
Methods:
Prototype:
virtual void proc(ReferenceMaker *rm)=0;
Remarks:
Implemented by the Plug-In.
This method is called once for each element in the reference hierarchy.
Parameters:
ReferenceMaker *rm
A pointer to the reference maker to this item.