LLVM 19.0.0git
Public Types | Public Member Functions | List of all members
llvm::cl::OptionValue< cl::boolOrDefault > Struct Referencefinal

#include "llvm/Support/CommandLine.h"

Inheritance diagram for llvm::cl::OptionValue< cl::boolOrDefault >:
Inheritance graph
[legend]

Public Types

using WrapperType = cl::boolOrDefault
 

Public Member Functions

 OptionValue ()=default
 
 OptionValue (const cl::boolOrDefault &V)
 
OptionValue< cl::boolOrDefault > & operator= (const cl::boolOrDefault &V)
 
- Public Member Functions inherited from llvm::cl::OptionValueCopy< cl::boolOrDefault >
 OptionValueCopy ()=default
 
bool hasValue () const
 
const cl::boolOrDefaultgetValue () const
 
void setValue (const cl::boolOrDefault &V)
 
bool compare (const cl::boolOrDefault &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< cl::boolOrDefault >
 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 646 of file CommandLine.h.

Member Typedef Documentation

◆ WrapperType

Definition at line 648 of file CommandLine.h.

Constructor & Destructor Documentation

◆ OptionValue() [1/2]

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

◆ OptionValue() [2/2]

Member Function Documentation

◆ operator=()


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