|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <_flow_graph_types_impl.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 () | |
Public Member Functions inherited from internal::WrapperBase | |
| virtual | ~WrapperBase () |
Private Member Functions | |
| Wrapper () | |
Private Attributes | |
| T | value_space |
Definition at line 441 of file _flow_graph_types_impl.h.
| typedef T* internal::Wrapper< T >::pointer_type |
Definition at line 443 of file _flow_graph_types_impl.h.
| typedef T internal::Wrapper< T >::value_type |
Definition at line 442 of file _flow_graph_types_impl.h.
|
private |
Referenced by internal::Wrapper< T >::CopyTo(), and internal::Wrapper< T[N]>::CopyTo().
|
inlineexplicit |
Definition at line 461 of file _flow_graph_types_impl.h.
|
inlineexplicit |
Definition at line 462 of file _flow_graph_types_impl.h.
|
inline |
Definition at line 469 of file _flow_graph_types_impl.h.
|
inlinevirtual |
Reimplemented from internal::WrapperBase.
Definition at line 464 of file _flow_graph_types_impl.h.
References internal::Wrapper< T >::_unwind_space::space, internal::Wrapper< T >::value_space, void, and internal::Wrapper< T >::Wrapper().
|
inline |
Definition at line 447 of file _flow_graph_types_impl.h.
References internal::Wrapper< T >::value_space.
|
private |
Definition at line 445 of file _flow_graph_types_impl.h.
Referenced by internal::Wrapper< T >::CopyTo(), internal::Wrapper< T >::value(), internal::Wrapper< T[N]>::value(), internal::Wrapper< T[N]>::Wrapper(), and internal::Wrapper< T[N]>::~Wrapper().