|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <_flow_graph_node_impl.h>
Public Member Functions | |
| bool | empty () const |
| const T & | front () const |
| bool | pop (T &t) |
| void | pop () |
| bool | push (T &t) |
Public Member Functions inherited from internal::item_buffer< T, A > | |
| item_buffer () | |
| Constructor. More... | |
| ~item_buffer () | |
| void | reset () |
Definition at line 34 of file _flow_graph_node_impl.h.
|
inline |
Definition at line 36 of file _flow_graph_node_impl.h.
References internal::item_buffer< T, A >::buffer_empty().
Referenced by internal::function_input_base< Input, Policy, A, multifunction_input< Input, OutputPortSet, Policy, A > >::perform_queued_requests().
|
inline |
Definition at line 40 of file _flow_graph_node_impl.h.
References internal::item_buffer< T, A >::front().
Referenced by internal::function_input_base< Input, Policy, A, multifunction_input< Input, OutputPortSet, Policy, A > >::perform_queued_requests().
|
inline |
Definition at line 44 of file _flow_graph_node_impl.h.
References internal::item_buffer< T, A >::pop_front().
Referenced by internal::function_input_base< Input, Policy, A, multifunction_input< Input, OutputPortSet, Policy, A > >::perform_queued_requests().
|
inline |
Definition at line 48 of file _flow_graph_node_impl.h.
References internal::item_buffer< T, A >::destroy_front().
|
inline |
Definition at line 52 of file _flow_graph_node_impl.h.
References internal::item_buffer< T, A >::push_back().
Referenced by internal::function_input_base< Input, Policy, A, multifunction_input< Input, OutputPortSet, Policy, A > >::internal_try_put_task().