BRE12
Public Member Functions | List of all members
internal::source_body< Output > Class Template Referenceabstract

A functor that takes no input and generates a value of type Output. More...

#include <_flow_graph_impl.h>

Inheritance diagram for internal::source_body< Output >:
internal::source_body_leaf< Output, Body >

Public Member Functions

virtual bool operator() (Output &output)=0
 
virtual source_bodyclone ()=0
 

Detailed Description

template<typename Output>
class internal::source_body< Output >

A functor that takes no input and generates a value of type Output.


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