LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
llvm::cl::OptionDiffPrinter< ParserDT, ValDT > Struct Template Reference

#include <CommandLine.h>

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 966 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 967 of file CommandLine.h.

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


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