Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <flow_graph.h>
Classes | |
struct | _unwind_class |
Public Types | |
typedef T | value_type |
typedef T * | pointer_type |
typedef T | ArrayType[N] |
Public Member Functions | |
const ArrayType & | value () const |
Wrapper (const ArrayType &other) | |
Wrapper (const Wrapper &other) | |
void | CopyTo (void *newSpace) const __TBB_override |
~Wrapper () | |
![]() | |
virtual | ~WrapperBase () |
Private Member Functions | |
Wrapper () | |
Private Attributes | |
char | value_space [space_size] |
Static Private Attributes | |
static const size_t | space_size = sizeof(ArrayType) / sizeof(char) |
Definition at line 475 of file flow_graph.h.
typedef T tbb::flow::interface11::internal::Wrapper< T[N]>::ArrayType[N] |
Definition at line 479 of file flow_graph.h.
typedef T* tbb::flow::interface11::internal::Wrapper< T[N]>::pointer_type |
Definition at line 477 of file flow_graph.h.
typedef T tbb::flow::interface11::internal::Wrapper< T[N]>::value_type |
Definition at line 476 of file flow_graph.h.
|
private |
|
inlineexplicit |
Definition at line 512 of file flow_graph.h.
|
inlineexplicit |
Definition at line 521 of file flow_graph.h.
|
inline |
Definition at line 537 of file flow_graph.h.
|
inlinevirtual |
Reimplemented from tbb::flow::interface11::internal::WrapperBase.
Definition at line 533 of file flow_graph.h.
|
inline |
Definition at line 503 of file flow_graph.h.
|
staticprivate |
Definition at line 485 of file flow_graph.h.
|
private |
Definition at line 486 of file flow_graph.h.