LLVM 22.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 |
Public Member Functions inherited from llvm::cl::GenericOptionValue | |
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 |
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 625 of file CommandLine.h.
|
default |
Referenced by operator=().
|
inline |
Definition at line 629 of file CommandLine.h.
References llvm::cl::OptionValueBase< DataType, std::is_class_v< DataType > >::setValue().
|
inline |
Definition at line 632 of file CommandLine.h.
References OptionValue(), and llvm::cl::OptionValueBase< DataType, std::is_class_v< DataType > >::setValue().