LLVM 20.0.0git
|
#include "llvm/Support/CommandLine.h"
Public Member Functions | |
virtual bool | compare (const GenericOptionValue &V) const =0 |
Protected Member Functions | |
GenericOptionValue ()=default | |
GenericOptionValue (const GenericOptionValue &)=default | |
GenericOptionValue & | operator= (const GenericOptionValue &)=default |
~GenericOptionValue ()=default | |
Definition at line 532 of file CommandLine.h.
|
protecteddefault |
|
protecteddefault |
|
protecteddefault |
|
pure virtual |
Implemented in llvm::cl::OptionValueBase< DataType, isClass >, llvm::cl::OptionValueBase< DataType, std::is_class_v< DataType > >, llvm::cl::OptionValueBase< bool, std::is_class_v< bool > >, llvm::cl::OptionValueCopy< DataType >, llvm::cl::OptionValueCopy< FnT >, llvm::cl::OptionValueCopy< cl::boolOrDefault >, and llvm::cl::OptionValueCopy< std::string >.
|
protecteddefault |