LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::cl::desc Struct Reference

#include <CommandLine.h>

Collaboration diagram for llvm::cl::desc:
[legend]

Public Member Functions

 desc (StringRef Str)
 
void apply (Option &O) const
 

Public Attributes

StringRef Desc
 

Detailed Description

Definition at line 366 of file CommandLine.h.

Constructor & Destructor Documentation

llvm::cl::desc::desc ( StringRef  Str)
inline

Definition at line 369 of file CommandLine.h.

Member Function Documentation

void llvm::cl::desc::apply ( Option O) const
inline

Definition at line 371 of file CommandLine.h.

References Desc, and llvm::cl::Option::setDescription().

Member Data Documentation

StringRef llvm::cl::desc::Desc

Definition at line 367 of file CommandLine.h.

Referenced by apply().


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