| 
    Intel(R) Threading Building Blocks Doxygen Documentation
    version 4.2.3
    
   | 
 
The leaf for input_body. More...
#include <_flow_graph_body_impl.h>
Public Member Functions | |
| input_body_leaf (const Body &_body) | |
| Output | operator() (flow_control &fc) __TBB_override | 
| input_body_leaf * | clone () __TBB_override | 
| Body | get_body () | 
  Public Member Functions inherited from internal::input_body< Output > | |
| virtual | ~input_body () | 
Private Attributes | |
| Body | body | 
The leaf for input_body.
Definition at line 130 of file _flow_graph_body_impl.h.
      
  | 
  inline | 
Definition at line 132 of file _flow_graph_body_impl.h.
      
  | 
  inlinevirtual | 
Implements internal::input_body< Output >.
Definition at line 142 of file _flow_graph_body_impl.h.
References internal::input_body_leaf< Output, Body >::body.
      
  | 
  inline | 
Definition at line 145 of file _flow_graph_body_impl.h.
References internal::input_body_leaf< Output, Body >::body.
      
  | 
  inlinevirtual | 
Implements internal::input_body< Output >.
Definition at line 137 of file _flow_graph_body_impl.h.
References internal::input_body_leaf< Output, Body >::body, and internal::check_input_node_body_input_type().
      
  | 
  private | 
Definition at line 147 of file _flow_graph_body_impl.h.
Referenced by internal::input_body_leaf< Output, Body >::clone(), internal::input_body_leaf< Output, Body >::get_body(), and internal::input_body_leaf< Output, Body >::operator()().