LLVM 22.0.0git
|
#include "llvm/Support/CommandLine.h"
Public Types | |
using | WrapperType = StringRef |
Public Types inherited from llvm::cl::OptionValueBase< DataType, isClass > | |
using | WrapperType = OptionValue<DataType> |
Public Member Functions | |
OptionValue ()=default | |
OptionValue (const std::string &V) | |
OptionValue< std::string > & | operator= (const std::string &V) |
Public Member Functions inherited from llvm::cl::OptionValueBase< DataType, isClass > | |
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 |
Public Member Functions inherited from llvm::cl::OptionValueCopy< std::string > | |
bool | hasValue () const |
const std::string & | getValue () const |
void | setValue (const std::string &V) |
bool | compare (const std::string &V) const |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::cl::OptionValueBase< DataType, isClass > | |
~OptionValueBase ()=default | |
Protected Member Functions inherited from llvm::cl::GenericOptionValue | |
GenericOptionValue ()=default | |
GenericOptionValue (const GenericOptionValue &)=default | |
GenericOptionValue & | operator= (const GenericOptionValue &)=default |
~GenericOptionValue ()=default | |
Protected Member Functions inherited from llvm::cl::OptionValueCopy< std::string > | |
OptionValueCopy (const OptionValueCopy &)=default | |
OptionValueCopy & | operator= (const OptionValueCopy &)=default |
~OptionValueCopy ()=default |
Definition at line 659 of file CommandLine.h.
using llvm::cl::OptionValue< std::string >::WrapperType = StringRef |
Definition at line 660 of file CommandLine.h.
|
default |
Referenced by operator=().
|
inline |
Definition at line 664 of file CommandLine.h.
References llvm::cl::OptionValueBase< DataType, isClass >::setValue().
|
inline |
Definition at line 666 of file CommandLine.h.
References OptionValue(), and llvm::cl::OptionValueBase< DataType, isClass >::setValue().