|
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 333 of file _flow_graph_types_impl.h.
| typedef const T* internal::initializer_list_wrapper< T >::const_iterator |
Definition at line 341 of file _flow_graph_types_impl.h.
| typedef const T& internal::initializer_list_wrapper< T >::const_reference |
Definition at line 337 of file _flow_graph_types_impl.h.
| typedef T* internal::initializer_list_wrapper< T >::iterator |
Definition at line 340 of file _flow_graph_types_impl.h.
| typedef const T& internal::initializer_list_wrapper< T >::reference |
Definition at line 336 of file _flow_graph_types_impl.h.
| typedef size_t internal::initializer_list_wrapper< T >::size_type |
Definition at line 338 of file _flow_graph_types_impl.h.
| typedef T internal::initializer_list_wrapper< T >::value_type |
Definition at line 335 of file _flow_graph_types_impl.h.
|
inline |
Definition at line 343 of file _flow_graph_types_impl.h.
|
inline |
Definition at line 350 of file _flow_graph_types_impl.h.
|
inline |
Definition at line 358 of file _flow_graph_types_impl.h.
|
inline |
Definition at line 363 of file _flow_graph_types_impl.h.
|
inline |
Definition at line 368 of file _flow_graph_types_impl.h.
|
inline |
Definition at line 369 of file _flow_graph_types_impl.h.
|
inline |
Definition at line 370 of file _flow_graph_types_impl.h.
|
private |
Definition at line 373 of file _flow_graph_types_impl.h.
|
private |
Definition at line 374 of file _flow_graph_types_impl.h.