struct GenericOptionValue

Declaration

struct GenericOptionValue { /* full declaration omitted */ };

Declared at: llvm/include/llvm/Support/CommandLine.h:515

Method Overview

Methods

GenericOptionValue()

Declared at: llvm/include/llvm/Support/CommandLine.h:519

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

Declared at: llvm/include/llvm/Support/CommandLine.h:516

Parameters

const llvm::cl::GenericOptionValue& V

~GenericOptionValue()

Declared at: llvm/include/llvm/Support/CommandLine.h:522