ngscopeclient v0.2
Loading...
Searching...
No Matches
Public Member Functions | List of all members
InputConstraintSparseStreamType Class Reference

Match if the input is of the correct stream type, and sparse. More...

#include <InputConstraint.h>

Inheritance diagram for InputConstraintSparseStreamType:
Inheritance graph
[legend]
Collaboration diagram for InputConstraintSparseStreamType:
Collaboration graph
[legend]

Public Member Functions

 InputConstraintSparseStreamType (FlowGraphNode *sink, Stream::StreamType stype)
 
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 InputConstraintStreamType
 InputConstraintStreamType (FlowGraphNode *sink, Stream::StreamType stype)
 
- 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 InputConstraintStreamType
Stream::StreamType m_type
 
- Protected Attributes inherited from InputConstraint
FlowGraphNodem_sink
 

Detailed Description

Match if the input is of the correct stream type, and sparse.

Member Function Documentation

◆ Check()

virtual bool InputConstraintSparseStreamType::Check ( StreamDescriptor  source)
inlineoverridevirtual

Checks if the given input satisfies the constraint.

Reimplemented from InputConstraintStreamType.

◆ ToString()

virtual std::string InputConstraintSparseStreamType::ToString ( )
inlineoverridevirtual

Convert this constraint to a string.

Reimplemented from InputConstraintStreamType.


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