LLVM 20.0.0git
Public Member Functions | List of all members
llvm::cl::OptionValue< FnT > Struct Referencefinal
Inheritance diagram for llvm::cl::OptionValue< FnT >:
Inheritance graph
[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 >
 OptionValueCopy ()=default
 
bool hasValue () const
 
const FnTgetValue () const
 
void setValue (const FnT &V)
 
bool compare (const FnT &V) const
 
bool compare (const GenericOptionValue &V) const override
 
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

◆ OptionValue() [2/2]

llvm::cl::OptionValue< FnT >::OptionValue ( const FnT V)
inline

Member Function Documentation

◆ operator=()

OptionValue< FnT > & llvm::cl::OptionValue< FnT >::operator= ( const FnT V)
inline

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