transwarp
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Types | Public Member Functions | List of all members
transwarp::graph< ResultType > Class Template Referenceabstract

A graph interface giving access to the final task as required by transwarp::graph_pool. More...

#include <transwarp.h>

Public Types

using result_type = ResultType
 

Public Member Functions

virtual const std::shared_ptr
< transwarp::task< result_type > > & 
final_task () const =0
 Returns the final task of the graph.
 

Detailed Description

template<typename ResultType>
class transwarp::graph< ResultType >

A graph interface giving access to the final task as required by transwarp::graph_pool.


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