|
ngscopeclient v0.2
|
A set of constraints, all of which must be satisfied for the group to match. More...
#include <InputConstraint.h>


Public Member Functions | |
| InputConstraintAND (FlowGraphNode *sink, std::initializer_list< std::shared_ptr< InputConstraint > > constraints) | |
| 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) | |
Protected Attributes | |
| std::vector< std::shared_ptr< InputConstraint > > | m_constraints |
Protected Attributes inherited from InputConstraint | |
| FlowGraphNode * | m_sink |
Additional Inherited Members | |
Protected Member Functions inherited from InputConstraint | |
| std::string | StreamTypeToString (Stream::StreamType type) |
A set of constraints, all of which must be satisfied for the group to match.
|
inlineoverridevirtual |
Checks if the given input satisfies the constraint.
Implements InputConstraint.
|
inlineoverridevirtual |
Convert this constraint to a string.
Implements InputConstraint.