ROSE 0.11.145.147
Public Member Functions | List of all members
sg::DefaultHandler< SageNode > Struct Template Reference

Description

template<class SageNode>
struct sg::DefaultHandler< SageNode >

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.

Definition at line 1352 of file sageGeneric.h.

#include <sageInterface/sageGeneric.h>

Inheritance diagram for sg::DefaultHandler< SageNode >:
Inheritance graph
[legend]

Public Member Functions

void handle (SageNode &)
 

Member Function Documentation

◆ handle()

template<class SageNode >
void sg::DefaultHandler< SageNode >::handle ( SageNode &  )
inline

Definition at line 1354 of file sageGeneric.h.


The documentation for this struct was generated from the following file: