Skip to content

sg::DefaultHandler

struct DefaultHandler

Synopsis

Declared in <SageIII/sageInterface/sageGeneric.h>

template<class SageNode>
struct DefaultHandler;

Member Functions

Name

handle

Derived Classes

Name

Description

AncestorTypeFinder

helper class for _ancestor

Description

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.

Created with MrDocs