Intel Threading Building Blocks 2.1 for Open Source

Friends

tbb::interface5::internal::task_base Class Reference

Base class for methods that became static in TBB 3.0. More...

#include <task.h>

Inheritance diagram for tbb::interface5::internal::task_base:
Inheritance graph
[legend]

List of all members.

Friends

class tbb::task

Detailed Description

TBB's evolution caused the "this" argument for several methods to become obsolete. However, for backwards binary compatibility, the new methods need distinct names, otherwise the One Definition Rule would be broken. Hence the new methods are defined in this private base class, and then exposed in class task via using declarations.

Definition at line 76 of file task.h.


Friends And Related Function Documentation

friend class tbb::task [friend]

Definition at line 78 of file task.h.


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

Copyright © 2005-2010 Intel Corporation. All Rights Reserved.

Licensed under the GNU General Public License 2 with the runtime exception.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.