| 
    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 344 of file flow_graph.h.
| typedef const T* tbb::flow::interface11::internal::initializer_list_wrapper< T >::const_iterator | 
Definition at line 352 of file flow_graph.h.
| typedef const T& tbb::flow::interface11::internal::initializer_list_wrapper< T >::const_reference | 
Definition at line 348 of file flow_graph.h.
| typedef T* tbb::flow::interface11::internal::initializer_list_wrapper< T >::iterator | 
Definition at line 351 of file flow_graph.h.
| typedef const T& tbb::flow::interface11::internal::initializer_list_wrapper< T >::reference | 
Definition at line 347 of file flow_graph.h.
| typedef size_t tbb::flow::interface11::internal::initializer_list_wrapper< T >::size_type | 
Definition at line 349 of file flow_graph.h.
| typedef T tbb::flow::interface11::internal::initializer_list_wrapper< T >::value_type | 
Definition at line 346 of file flow_graph.h.
      
  | 
  inline | 
Definition at line 354 of file flow_graph.h.
      
  | 
  inline | 
Definition at line 361 of file flow_graph.h.
      
  | 
  inline | 
Definition at line 369 of file flow_graph.h.
      
  | 
  inline | 
Definition at line 374 of file flow_graph.h.
      
  | 
  inline | 
Definition at line 379 of file flow_graph.h.
      
  | 
  inline | 
Definition at line 380 of file flow_graph.h.
      
  | 
  inline | 
Definition at line 381 of file flow_graph.h.
      
  | 
  private | 
Definition at line 384 of file flow_graph.h.
      
  | 
  private | 
Definition at line 385 of file flow_graph.h.