LLVM 20.0.0git
|
#include "llvm/Support/CommandLine.h"
Public Member Functions | |
OptionValueCopy ()=default | |
bool | hasValue () const |
const DataType & | getValue () const |
void | setValue (const DataType &V) |
bool | compare (const DataType &V) const |
bool | compare (const GenericOptionValue &V) const override |
virtual bool | compare (const GenericOptionValue &V) const =0 |
Protected Member Functions | |
OptionValueCopy (const OptionValueCopy &)=default | |
OptionValueCopy & | operator= (const OptionValueCopy &)=default |
~OptionValueCopy ()=default | |
Protected Member Functions inherited from llvm::cl::GenericOptionValue | |
GenericOptionValue ()=default | |
GenericOptionValue (const GenericOptionValue &)=default | |
GenericOptionValue & | operator= (const GenericOptionValue &)=default |
~GenericOptionValue ()=default | |
Definition at line 573 of file CommandLine.h.
|
protecteddefault |
|
protecteddefault |
|
default |
|
inline |
Definition at line 598 of file CommandLine.h.
Referenced by llvm::cl::OptionValueCopy< DataType >::compare().
|
inlineoverridevirtual |
Implements llvm::cl::GenericOptionValue.
Definition at line 600 of file CommandLine.h.
References llvm::cl::OptionValueCopy< DataType >::compare().
|
inline |
Definition at line 587 of file CommandLine.h.
References assert().
|
inline |
Definition at line 585 of file CommandLine.h.
|
protecteddefault |
|
inline |
Definition at line 592 of file CommandLine.h.