MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_grammar()

template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = InputType>
std::shared_ptr< ComputationGrammar > MayaFlux::Yantra::ComputationPipeline< InputType, OutputType >::get_grammar ( ) const
inline

Get the grammar instance.

Returns
Shared pointer to the current ComputationGrammar

Provides access to the pipeline's grammar instance for adding rules, querying existing rules, or integrating with other grammar-aware components.

Definition at line 194 of file ComputePipeline.hpp.

195 {
196 return m_grammar;
197 }
std::shared_ptr< ComputationGrammar > m_grammar
Grammar instance for rule-based operation selection.