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 465 of file flow_graph.h.
typedef T tbb::flow::interface10::internal::Wrapper< T[N]>::ArrayType[N] |
Definition at line 469 of file flow_graph.h.
typedef T* tbb::flow::interface10::internal::Wrapper< T[N]>::pointer_type |
Definition at line 467 of file flow_graph.h.
typedef T tbb::flow::interface10::internal::Wrapper< T[N]>::value_type |
Definition at line 466 of file flow_graph.h.
|
private |
|
inlineexplicit |
Definition at line 502 of file flow_graph.h.
|
inlineexplicit |
Definition at line 511 of file flow_graph.h.
|
inline |
Definition at line 527 of file flow_graph.h.
|
inlinevirtual |
Reimplemented from tbb::flow::interface10::internal::WrapperBase.
Definition at line 523 of file flow_graph.h.
|
inline |
Definition at line 493 of file flow_graph.h.
|
staticprivate |
Definition at line 475 of file flow_graph.h.
|
private |
Definition at line 476 of file flow_graph.h.