Home
last modified time | relevance | path

Searched defs:step_function_descriptor (Results 1 – 1 of 1) sorted by relevance

/oneTBB/examples/common/utility/
H A Dutility.hpp396 struct step_function_descriptor { struct
397 char mnemonic;
398 step_function_ptr_type function;
401 step_function_descriptor(char a_mnemonic, step_function_ptr_type a_function) in step_function_descriptor() argument