LLVM 22.0.0git
llvm::cl::OptionValue< FnT > Struct Referencefinal
Inheritance diagram for llvm::cl::OptionValue< FnT >:
[legend]

Public Member Functions

 OptionValue ()=default
 OptionValue (const FnT &V)
OptionValue< FnT > & operator= (const FnT &V)
Public Member Functions inherited from llvm::cl::OptionValueCopy< FnT >
bool hasValue () const
const FnTgetValue () const
void setValue (const FnT &V)
bool compare (const FnT &V) const
Public Member Functions inherited from llvm::cl::GenericOptionValue
virtual bool compare (const GenericOptionValue &V) const =0

Additional Inherited Members

Protected Member Functions inherited from llvm::cl::OptionValueCopy< FnT >
 OptionValueCopy (const OptionValueCopy &)=default
OptionValueCopyoperator= (const OptionValueCopy &)=default
 ~OptionValueCopy ()=default
Protected Member Functions inherited from llvm::cl::GenericOptionValue
 GenericOptionValue ()=default
 GenericOptionValue (const GenericOptionValue &)=default
GenericOptionValueoperator= (const GenericOptionValue &)=default
 ~GenericOptionValue ()=default

Detailed Description

Definition at line 34 of file TableGenBackend.cpp.

Constructor & Destructor Documentation

◆ OptionValue() [1/2]

llvm::cl::OptionValue< FnT >::OptionValue ( )
default

Referenced by operator=().

◆ OptionValue() [2/2]

Member Function Documentation

◆ operator=()


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