LLVM API Documentation
#include <CommandLine.h>
Public Member Functions | |
virtual | ~GenericOptionValue () |
virtual bool | compare (const GenericOptionValue &V) const =0 |
Definition at line 350 of file CommandLine.h.
|
inlinevirtual |
Definition at line 351 of file CommandLine.h.
|
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, is_class< DataType >::value >.
Referenced by llvm::cl::generic_parser_base::printGenericOptionDiff().