|
LLVM
8.0.1
|
#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 466 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.13