Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <flow_graph.h>
Classes | |
struct | _unwind_space |
Public Types | |
typedef T | value_type |
typedef T * | pointer_type |
Public Member Functions | |
const value_type & | value () const |
Wrapper (const T &other) | |
Wrapper (const Wrapper &other) | |
void | CopyTo (void *newSpace) const __TBB_override |
~Wrapper () | |
![]() | |
virtual | ~WrapperBase () |
Private Member Functions | |
Wrapper () | |
Private Attributes | |
T | value_space |
Definition at line 442 of file flow_graph.h.
typedef T* tbb::flow::interface11::internal::Wrapper< T >::pointer_type |
Definition at line 444 of file flow_graph.h.
typedef T tbb::flow::interface11::internal::Wrapper< T >::value_type |
Definition at line 443 of file flow_graph.h.
|
private |
|
inlineexplicit |
Definition at line 462 of file flow_graph.h.
|
inlineexplicit |
Definition at line 463 of file flow_graph.h.
|
inline |
Definition at line 470 of file flow_graph.h.
|
inlinevirtual |
Reimplemented from tbb::flow::interface11::internal::WrapperBase.
Definition at line 465 of file flow_graph.h.
|
inline |
Definition at line 448 of file flow_graph.h.
|
private |
Definition at line 446 of file flow_graph.h.