|
ngscopeclient v0.2
|
Match if the input is of the correct class type. More...
#include <InputConstraint.h>


Public Member Functions | |
| InputConstraintWaveformType (FlowGraphNode *sink) | |
| virtual bool | Check (StreamDescriptor source) override |
| Checks if the given input satisfies the constraint. | |
| virtual std::string | ToString () override |
| Convert this constraint to a string. | |
Public Member Functions inherited from InputConstraint | |
| InputConstraint (FlowGraphNode *sink) | |
Additional Inherited Members | |
Protected Member Functions inherited from InputConstraint | |
| std::string | StreamTypeToString (Stream::StreamType type) |
Protected Attributes inherited from InputConstraint | |
| FlowGraphNode * | m_sink |
Match if the input is of the correct class type.
|
inlineoverridevirtual |
Checks if the given input satisfies the constraint.
Implements InputConstraint.
|
inlineoverridevirtual |
Convert this constraint to a string.
Implements InputConstraint.