Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <_flow_graph_types_impl.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 343 of file _flow_graph_types_impl.h.
typedef const T* internal::initializer_list_wrapper< T >::const_iterator |
Definition at line 351 of file _flow_graph_types_impl.h.
typedef const T& internal::initializer_list_wrapper< T >::const_reference |
Definition at line 347 of file _flow_graph_types_impl.h.
typedef T* internal::initializer_list_wrapper< T >::iterator |
Definition at line 350 of file _flow_graph_types_impl.h.
typedef const T& internal::initializer_list_wrapper< T >::reference |
Definition at line 346 of file _flow_graph_types_impl.h.
typedef size_t internal::initializer_list_wrapper< T >::size_type |
Definition at line 348 of file _flow_graph_types_impl.h.
typedef T internal::initializer_list_wrapper< T >::value_type |
Definition at line 345 of file _flow_graph_types_impl.h.
|
inline |
Definition at line 353 of file _flow_graph_types_impl.h.
References internal::initializer_list_wrapper< T >::my_begin, and internal::initializer_list_wrapper< T >::my_end.
|
inline |
Definition at line 360 of file _flow_graph_types_impl.h.
References internal::initializer_list_wrapper< T >::my_begin, and internal::initializer_list_wrapper< T >::my_end.
|
inline |
Definition at line 368 of file _flow_graph_types_impl.h.
|
inline |
Definition at line 373 of file _flow_graph_types_impl.h.
References internal::initializer_list_wrapper< T >::my_begin.
|
inline |
Definition at line 378 of file _flow_graph_types_impl.h.
References internal::initializer_list_wrapper< T >::my_begin.
|
inline |
Definition at line 379 of file _flow_graph_types_impl.h.
References internal::initializer_list_wrapper< T >::my_end.
|
inline |
Definition at line 380 of file _flow_graph_types_impl.h.
References internal::initializer_list_wrapper< T >::my_begin, and internal::initializer_list_wrapper< T >::my_end.
|
private |
Definition at line 383 of file _flow_graph_types_impl.h.
Referenced by internal::initializer_list_wrapper< T >::begin(), internal::initializer_list_wrapper< T >::initializer_list_wrapper(), internal::initializer_list_wrapper< T >::size(), and internal::initializer_list_wrapper< T >::~initializer_list_wrapper().
|
private |
Definition at line 384 of file _flow_graph_types_impl.h.
Referenced by internal::initializer_list_wrapper< T >::end(), internal::initializer_list_wrapper< T >::initializer_list_wrapper(), and internal::initializer_list_wrapper< T >::size().