Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <flow_graph.h>
Public Types | |
typedef T | value_type |
typedef const T & | reference |
typedef const T & | const_reference |
typedef size_t | size_type |
typedef T * | iterator |
typedef const T * | const_iterator |
Public Member Functions | |
initializer_list_wrapper (std::initializer_list< T > il) __TBB_NOEXCEPT(true) | |
initializer_list_wrapper (const initializer_list_wrapper< T > &ilw) __TBB_NOEXCEPT(true) | |
initializer_list_wrapper (initializer_list_wrapper< T > &&ilw) __TBB_NOEXCEPT(true) | |
~initializer_list_wrapper () | |
const_iterator | begin () const __TBB_NOEXCEPT(true) |
const_iterator | end () const __TBB_NOEXCEPT(true) |
size_t | size () const __TBB_NOEXCEPT(true) |
Private Attributes | |
iterator | my_begin |
iterator | my_end |
Definition at line 330 of file flow_graph.h.
typedef const T* tbb::flow::interface10::internal::initializer_list_wrapper< T >::const_iterator |
Definition at line 338 of file flow_graph.h.
typedef const T& tbb::flow::interface10::internal::initializer_list_wrapper< T >::const_reference |
Definition at line 334 of file flow_graph.h.
typedef T* tbb::flow::interface10::internal::initializer_list_wrapper< T >::iterator |
Definition at line 337 of file flow_graph.h.
typedef const T& tbb::flow::interface10::internal::initializer_list_wrapper< T >::reference |
Definition at line 333 of file flow_graph.h.
typedef size_t tbb::flow::interface10::internal::initializer_list_wrapper< T >::size_type |
Definition at line 335 of file flow_graph.h.
typedef T tbb::flow::interface10::internal::initializer_list_wrapper< T >::value_type |
Definition at line 332 of file flow_graph.h.
|
inline |
Definition at line 340 of file flow_graph.h.
|
inline |
Definition at line 347 of file flow_graph.h.
|
inline |
Definition at line 355 of file flow_graph.h.
|
inline |
Definition at line 360 of file flow_graph.h.
|
inline |
Definition at line 365 of file flow_graph.h.
|
inline |
Definition at line 366 of file flow_graph.h.
|
inline |
Definition at line 367 of file flow_graph.h.
|
private |
Definition at line 370 of file flow_graph.h.
|
private |
Definition at line 371 of file flow_graph.h.