struct GenericOptionValue
Declaration
struct GenericOptionValue { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Support/CommandLine.h:515
Method Overview
- protected GenericOptionValue()
- protected GenericOptionValue(const llvm::cl::GenericOptionValue &)
- public virtual bool compare(const llvm::cl::GenericOptionValue & V) const
- protected ~GenericOptionValue()
Methods
¶GenericOptionValue()
GenericOptionValue()
Declared at: llvm/include/llvm/Support/CommandLine.h:519
¶GenericOptionValue(
const llvm::cl::GenericOptionValue&)
GenericOptionValue(
const llvm::cl::GenericOptionValue&)
Declared at: llvm/include/llvm/Support/CommandLine.h:520
Parameters
- const llvm::cl::GenericOptionValue&
¶virtual bool compare(
const llvm::cl::GenericOptionValue& V) const
virtual bool compare(
const llvm::cl::GenericOptionValue& V) const
Declared at: llvm/include/llvm/Support/CommandLine.h:516
Parameters
- const llvm::cl::GenericOptionValue& V
¶~GenericOptionValue()
~GenericOptionValue()
Declared at: llvm/include/llvm/Support/CommandLine.h:522