Template Struct DefaultHandler

Template Struct DefaultHandler#

Struct Documentation#

template<class SageNode>
struct DefaultHandler#

struct DefaultHandler

Base class for AncestorTypeFinder. It was probably intended to be a generic BaseClass for many RoseVisitor types, but it isn’t used by anything else, and isn’t actually necessary. If any specific type is not handled by its derived class, DefaultHandler provides the function to ignore it.

Public Functions

inline void handle(SageNode&)#