Logo
ApraPipes 1.0
Loading...
Searching...
No Matches
apra::PipelineValidator Class Reference

#include <PipelineValidator.h>

Collaboration diagram for apra::PipelineValidator:
Collaboration graph

Classes

struct  Options
 
struct  Result
 

Public Member Functions

 PipelineValidator (Options opts=Options())
 
Result validate (const PipelineDescription &desc) const
 
Result validateModules (const PipelineDescription &desc) const
 
Result validateProperties (const PipelineDescription &desc) const
 
Result validateConnections (const PipelineDescription &desc) const
 
Result validateGraph (const PipelineDescription &desc) const
 
const Optionsoptions () const
 
void setOptions (Options opts)
 

Private Attributes

Options options_
 

Constructor & Destructor Documentation

◆ PipelineValidator()

apra::PipelineValidator::PipelineValidator ( Options opts = Options())
explicit

Member Function Documentation

◆ options()

const Options & apra::PipelineValidator::options ( ) const
inline

◆ setOptions()

void apra::PipelineValidator::setOptions ( Options opts)
inline

◆ validate()

PipelineValidator::Result apra::PipelineValidator::validate ( const PipelineDescription & desc) const
Here is the call graph for this function:

◆ validateConnections()

PipelineValidator::Result apra::PipelineValidator::validateConnections ( const PipelineDescription & desc) const
Here is the call graph for this function:
Here is the caller graph for this function:

◆ validateGraph()

PipelineValidator::Result apra::PipelineValidator::validateGraph ( const PipelineDescription & desc) const
Here is the call graph for this function:
Here is the caller graph for this function:

◆ validateModules()

PipelineValidator::Result apra::PipelineValidator::validateModules ( const PipelineDescription & desc) const
Here is the call graph for this function:
Here is the caller graph for this function:

◆ validateProperties()

PipelineValidator::Result apra::PipelineValidator::validateProperties ( const PipelineDescription & desc) const
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ options_

Options apra::PipelineValidator::options_
private

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