LLVM API Documentation

Public Member Functions
llvm::cl::OptionDiffPrinter< ParserDT, ValDT > Struct Template Reference

#include <CommandLine.h>

List of all members.

Public Member Functions

void print (const Option &O, const parser< ParserDT > P, const ValDT &, const OptionValue< ValDT > &, size_t GlobalWidth)

Detailed Description

template<class ParserDT, class ValDT>
struct llvm::cl::OptionDiffPrinter< ParserDT, ValDT >

Definition at line 973 of file CommandLine.h.


Member Function Documentation

template<class ParserDT, class ValDT>
void llvm::cl::OptionDiffPrinter< ParserDT, ValDT >::print ( const Option O,
const parser< ParserDT >  P,
const ValDT &  ,
const OptionValue< ValDT > &  ,
size_t  GlobalWidth 
) [inline]

Definition at line 974 of file CommandLine.h.

Referenced by llvm::cl::printOptionDiff().


The documentation for this struct was generated from the following file: