Template Function sg::createTraversalFunction#
Defined in File sageGeneric.h
Function Documentation#
-
template<class SageNode>
static inline TraversalFunction<SageNode> sg::createTraversalFunction(void (*fn)(SageNode*))# creates a functor that executes code for a specific node type
internal use