Skip to content

sg::createTraversalFunction

creates a functor that executes code for a specific node type

Synopsis

Declared in <SageIII/sageInterface/sageGeneric.h>

template<class SageNode>
static
TraversalFunction<SageNode>
createTraversalFunction(void(* fn)(SageNode*));

Description

internal use

Return Value

executes a functor for a specific node type

Created with MrDocs