Template Struct helpFunctionalTwoParamaters#

Inheritance Relationships#

Base Type#

  • public std::function< Rose_STL_Container< AstQuerySynthesizedAttributeType >(SgNode *, ArgumentType)>

Struct Documentation#

template<typename AstQuerySynthesizedAttributeType, typename ArgumentType>
struct helpFunctionalTwoParamaters : public std::function<Rose_STL_Container<AstQuerySynthesizedAttributeType>(SgNode*, ArgumentType)>#

Public Types

typedef Rose_STL_Container<AstQuerySynthesizedAttributeType> (*roseFunctionPointerTwoParameters)(SgNode*, ArgumentType)#

Public Functions

inline helpFunctionalTwoParamaters(roseFunctionPointerTwoParameters function)#
inline Rose_STL_Container<AstQuerySynthesizedAttributeType> operator()(SgNode *node, ArgumentType arg)#

Public Members

roseFunctionPointerTwoParameters queryFunctionTwoParameters#