struct GenericOptionValue

Declaration

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

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

Method Overview

Methods

GenericOptionValue()

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

GenericOptionValue(
    const llvm::cl::GenericOptionValue&)

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

Parameters

const llvm::cl::GenericOptionValue&

virtual void anchor()

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

virtual bool compare(
    const llvm::cl::GenericOptionValue& V) const

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

Parameters

const llvm::cl::GenericOptionValue& V

~GenericOptionValue()

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