Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <_flow_graph_types_impl.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 474 of file _flow_graph_types_impl.h.
typedef T internal::Wrapper< T[N]>::ArrayType[N] |
Definition at line 478 of file _flow_graph_types_impl.h.
typedef T* internal::Wrapper< T[N]>::pointer_type |
Definition at line 476 of file _flow_graph_types_impl.h.
typedef T internal::Wrapper< T[N]>::value_type |
Definition at line 475 of file _flow_graph_types_impl.h.
|
private |
|
inlineexplicit |
Definition at line 511 of file _flow_graph_types_impl.h.
References internal::Wrapper< T >::value_space, and void.
|
inlineexplicit |
Definition at line 520 of file _flow_graph_types_impl.h.
References internal::Wrapper< T >::value_space, and void.
|
inline |
Definition at line 536 of file _flow_graph_types_impl.h.
References internal::Wrapper< T >::value_space.
|
inlinevirtual |
Reimplemented from internal::WrapperBase.
Definition at line 532 of file _flow_graph_types_impl.h.
References void, and internal::Wrapper< T >::Wrapper().
|
inline |
Definition at line 502 of file _flow_graph_types_impl.h.
References internal::Wrapper< T >::value_space.
|
staticprivate |
Definition at line 484 of file _flow_graph_types_impl.h.
|
private |
Definition at line 485 of file _flow_graph_types_impl.h.