#include <Cut.h>

Public Member Functions

 Cut (Stream *in, Stream *out)
 
Streamin (void)
 returns a pointer to the source->YYY end More...
 
Streamout (void)
 returns a pointer to the XXX->sink end More...
 

Detailed Description

A Cut is a data structure to hold the pointers to the two ends of a cut stream

See also
SequentialAssembly

#include <libpf/flowsheet/Cut.h>

Remarks
Warning
Thread safe:
Extendable:
Platform dependencies:

Constructor & Destructor Documentation

◆ Cut()

Cut::Cut ( Stream in,
Stream out 
)

Constructor from Stream pointers

Parameters
inIf the stream XXX->YYY is cut, a pointer to tag of the source->YYY end (typically SSSbis)
outIf the stream XXX->YYY is cut, a pointer to the XXX->sink end (i.e. SSS)

Member Function Documentation

◆ in()

Stream * Cut::in ( void  )

returns a pointer to the source->YYY end

◆ out()

Stream * Cut::out ( void  )

returns a pointer to the XXX->sink end


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