Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
tbb::flow::interface7::graph_node Class Referenceabstract

The base of all graph nodes. More...

#include <flow_graph.h>

Inheritance diagram for tbb::flow::interface7::graph_node:
tbb::flow::interface7::multifunction_node< TupleType, TupleType, rejecting, Allocator > tbb::flow::interface7::broadcast_node< T > tbb::flow::interface7::buffer_node< T, A > tbb::flow::interface7::continue_node< Output > tbb::flow::interface7::function_node< Input, Output, graph_buffer_policy, Allocator > tbb::flow::interface7::function_node< Input, Output, queueing, Allocator > tbb::flow::interface7::limiter_node< T > tbb::flow::interface7::multifunction_node< Input, Output, graph_buffer_policy, Allocator > tbb::flow::interface7::multifunction_node< Input, Output, queueing, Allocator > tbb::flow::interface7::overwrite_node< T > tbb::flow::interface7::source_node< Output >

Public Member Functions

 graph_node (graph &g)
 
virtual void set_name (const char *name)=0
 

Protected Member Functions

virtual void reset ()=0
 

Protected Attributes

graphmy_graph
 
graph_nodenext
 
graph_nodeprev
 

Friends

class graph
 
template<typename C , typename N >
class graph_iterator
 

Detailed Description

The base of all graph nodes.


The documentation for this class was generated from the following file:

Copyright © 2005-2014 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.