LLVM 20.0.0git
|
#include "llvm/Support/CommandLine.h"
Public Member Functions | |
OptionValue ()=default | |
OptionValue (const DataType &V) | |
template<class DT > | |
OptionValue< DataType > & | operator= (const DT &V) |
Public Member Functions inherited from llvm::cl::OptionValueBase< DataType, std::is_class_v< DataType > > | |
bool | hasValue () const |
const DataType & | getValue () const |
void | setValue (const DT &) |
bool | compare (const DataType &) const |
bool | compare (const GenericOptionValue &) const override |
virtual bool | compare (const GenericOptionValue &V) const =0 |
Additional Inherited Members | |
Public Types inherited from llvm::cl::OptionValueBase< DataType, std::is_class_v< DataType > > | |
using | WrapperType = OptionValue< DataType > |
Protected Member Functions inherited from llvm::cl::OptionValueBase< DataType, std::is_class_v< DataType > > | |
~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 623 of file CommandLine.h.
|
default |
|
inline |
Definition at line 627 of file CommandLine.h.
References llvm::cl::OptionValueBase< DataType, std::is_class_v< DataType > >::setValue().
|
inline |
Definition at line 630 of file CommandLine.h.
References llvm::cl::OptionValueBase< DataType, std::is_class_v< DataType > >::setValue().