MLIR 22.0.0git
mlir::query::matcher::Registry Class Reference

#include "mlir/Query/Matcher/Registry.h"

Public Member Functions

 Registry ()=default
 ~Registry ()=default
const ConstructorMapconstructors () const
template<typename MatcherType>
void registerMatcher (const std::string &name, MatcherType matcher)

Detailed Description

Definition at line 28 of file Registry.h.

Constructor & Destructor Documentation

◆ Registry()

mlir::query::matcher::Registry::Registry ( )
default

◆ ~Registry()

mlir::query::matcher::Registry::~Registry ( )
default

Member Function Documentation

◆ constructors()

const ConstructorMap & mlir::query::matcher::Registry::constructors ( ) const
inline

◆ registerMatcher()

template<typename MatcherType>
void mlir::query::matcher::Registry::registerMatcher ( const std::string & name,
MatcherType matcher )
inline

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