Cut Class Reference
#include <Cut.h>
Public Member Functions | |
Cut (Stream *in, Stream *out) | |
Stream * | in (void) |
returns a pointer to the source->YYY end More... | |
Stream * | out (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()
Constructor from Stream pointers
- Parameters
-
in If the stream XXX->YYY is cut, a pointer to tag of the source->YYY end (typically SSSbis) out If 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: