Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_pipeline/square/
H A Dsquare.cpp169 class MyOutputFunc { class
177 MyOutputFunc::MyOutputFunc(FILE* output_file) : my_output_file(output_file) {} in MyOutputFunc() function in MyOutputFunc