My Project
Public Member Functions | List of all members
mlir::detail::PassOptions::Option< DataType > Class Template Reference

This class represents a specific pass option, with a provided data type. More...

#include <PassOptions.h>

Inheritance diagram for mlir::detail::PassOptions::Option< DataType >:
Inheritance graph
[legend]
Collaboration diagram for mlir::detail::PassOptions::Option< DataType >:
Collaboration graph
[legend]

Public Member Functions

template<typename... Args>
 Option (PassOptions &parent, StringRef arg, Args &&... args)
 
 ~Option () override=default
 

Detailed Description

template<typename DataType>
class mlir::detail::PassOptions::Option< DataType >

This class represents a specific pass option, with a provided data type.

Constructor & Destructor Documentation

◆ Option()

template<typename DataType >
template<typename... Args>
mlir::detail::PassOptions::Option< DataType >::Option ( PassOptions parent,
StringRef  arg,
Args &&...  args 
)
inline

◆ ~Option()

template<typename DataType >
mlir::detail::PassOptions::Option< DataType >::~Option ( )
overridedefault

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