LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::cl::desc Struct Reference

#include <CommandLine.h>

Collaboration diagram for llvm::cl::desc:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 desc (const char *Str)
void apply (Option &O) const

Public Attributes

const char * Desc

Detailed Description

Definition at line 244 of file CommandLine.h.


Constructor & Destructor Documentation

llvm::cl::desc::desc const char *  Str  )  [inline]
 

Definition at line 246 of file CommandLine.h.


Member Function Documentation

void llvm::cl::desc::apply Option O  )  const [inline]
 

Definition at line 247 of file CommandLine.h.

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


Member Data Documentation

const char* llvm::cl::desc::Desc
 

Definition at line 245 of file CommandLine.h.

Referenced by apply().


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