|
LLVM
4.0.0
|
#include <CommandLine.h>
Public Member Functions | |
| virtual bool | compare (const GenericOptionValue &V) const =0 |
Protected Member Functions | |
| GenericOptionValue ()=default | |
| GenericOptionValue (const GenericOptionValue &)=default | |
| ~GenericOptionValue ()=default | |
| GenericOptionValue & | operator= (const GenericOptionValue &)=default |
Definition at line 438 of file CommandLine.h.
|
protecteddefault |
|
protecteddefault |
|
protecteddefault |
|
pure virtual |
Implemented in llvm::cl::OptionValueCopy< DataType >, llvm::cl::OptionValueCopy< std::string >, llvm::cl::OptionValueCopy< cl::boolOrDefault >, llvm::cl::OptionValueBase< DataType, isClass >, and llvm::cl::OptionValueBase< DataType, std::is_class< DataType >::value >.
Referenced by llvm::cl::generic_parser_base::printGenericOptionDiff().
|
protecteddefault |
1.8.6