LLVM  3.7.0
Public Member Functions | Public Attributes | List of all members
llvm::cl::value_desc Struct Reference

#include <CommandLine.h>

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

Public Member Functions

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

Public Attributes

const char * Desc
 

Detailed Description

Definition at line 308 of file CommandLine.h.

Constructor & Destructor Documentation

llvm::cl::value_desc::value_desc ( const char *  Str)
inline

Definition at line 310 of file CommandLine.h.

Member Function Documentation

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

Definition at line 311 of file CommandLine.h.

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

Member Data Documentation

const char* llvm::cl::value_desc::Desc

Definition at line 309 of file CommandLine.h.

Referenced by apply().


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