LLVM 20.0.0git
|
#include "llvm/Support/CommandLine.h"
Public Types | |
using | WrapperType = OptionValue< DataType > |
Public Member Functions | |
bool | hasValue () const |
const DataType & | getValue () const |
template<class DT > | |
void | setValue (const DT &) |
bool | compare (const DataType &) const |
bool | compare (const GenericOptionValue &) const override |
virtual bool | compare (const GenericOptionValue &V) const =0 |
Protected Member Functions | |
~OptionValueBase ()=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 550 of file CommandLine.h.
using llvm::cl::OptionValueBase< DataType, isClass >::WrapperType = OptionValue<DataType> |
Definition at line 552 of file CommandLine.h.
|
protecteddefault |
|
inline |
Definition at line 562 of file CommandLine.h.
|
inlineoverridevirtual |
Implements llvm::cl::GenericOptionValue.
Definition at line 564 of file CommandLine.h.
|
inline |
Definition at line 556 of file CommandLine.h.
References llvm_unreachable.
|
inline |
Definition at line 554 of file CommandLine.h.
|
inline |
Definition at line 559 of file CommandLine.h.