struct OptionDiffPrinter
Declaration
template <class ParserDT, class ValDT>
struct OptionDiffPrinter { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Support/CommandLine.h:1217
Templates
- ParserDT
- ValDT
Method Overview
- public void print(const llvm::cl::Option & O, const parser<ParserDT> & P, const ValDT &, const OptionValue<ValDT> &, size_t GlobalWidth)
Methods
ΒΆvoid print(const llvm::cl::Option& O,
const parser<ParserDT>& P,
const ValDT&,
const OptionValue<ValDT>&,
size_t GlobalWidth)
void print(const llvm::cl::Option& O,
const parser<ParserDT>& P,
const ValDT&,
const OptionValue<ValDT>&,
size_t GlobalWidth)
Declared at: llvm/include/llvm/Support/CommandLine.h:1218
Parameters
- const llvm::cl::Option& O
- const parser<ParserDT>& P
- const ValDT&
- const OptionValue<ValDT>&
- size_t GlobalWidth