C++ Library Extensions 2022.12.09
To help learn modern C++ programming
FibTask Class Reference
Inheritance diagram for FibTask:
[legend]
Collaboration diagram for FibTask:
[legend]

Public Member Functions

 FibTask (long n, long *sum)
 
tbb::task * execute () override
 

Detailed Description

Definition at line 82 of file 052-tbb.cpp.

Constructor & Destructor Documentation

◆ FibTask()

FibTask::FibTask ( long  n,
long *  sum 
)
inline

Definition at line 91 of file 052-tbb.cpp.

Here is the caller graph for this function:

Member Function Documentation

◆ execute()

tbb::task * FibTask::execute ( )
inlineoverride

Definition at line 93 of file 052-tbb.cpp.

Here is the call graph for this function:

The documentation for this class was generated from the following file: