LLVM 20.0.0git
|
#include "llvm/Support/CommandLine.h"
Public Types | |
using | WrapperType = DataType |
Protected Member Functions | |
OptionValueBase ()=default | |
OptionValueBase (const OptionValueBase &)=default | |
OptionValueBase & | operator= (const OptionValueBase &)=default |
~OptionValueBase ()=default | |
Protected Member Functions inherited from llvm::cl::OptionValueCopy< DataType > | |
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 | |
Additional Inherited Members | |
Public Member Functions inherited from llvm::cl::OptionValueCopy< DataType > | |
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 |
Definition at line 611 of file CommandLine.h.
using llvm::cl::OptionValueBase< DataType, false >::WrapperType = DataType |
Definition at line 612 of file CommandLine.h.
|
protecteddefault |
|
protecteddefault |
|
protecteddefault |
|
protecteddefault |