ROSE  0.11.145.0
Functions
Rose::Traits Namespace Reference

Description

Collection of templates to facilitate metaprogramming based on the grammar Rose's AST.

Functions

template<typename NodeT , typename PreFuncT , typename PostFuncT >
void traverse (NodeT *node_, PreFuncT &pre=traversal_details::nop_noargs_f, PostFuncT &post=traversal_details::nop_noargs_f)