LLVM
15.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 |
Protected Member Functions | |
~OptionValueBase ()=default | |
![]() | |
GenericOptionValue ()=default | |
GenericOptionValue (const GenericOptionValue &)=default | |
GenericOptionValue & | operator= (const GenericOptionValue &)=default |
~GenericOptionValue ()=default | |
Definition at line 526 of file CommandLine.h.
using llvm::cl::OptionValueBase< DataType, isClass >::WrapperType = OptionValue<DataType> |
Definition at line 528 of file CommandLine.h.
|
protecteddefault |
|
inline |
Definition at line 537 of file CommandLine.h.
|
inlineoverridevirtual |
Implements llvm::cl::GenericOptionValue.
Definition at line 539 of file CommandLine.h.
|
inline |
Definition at line 532 of file CommandLine.h.
References llvm_unreachable.
|
inline |
Definition at line 530 of file CommandLine.h.
|
inline |
Definition at line 535 of file CommandLine.h.