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

#include "llvm/Support/CommandLine.h"

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

Public Member Functions

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

Public Attributes

StringRef Desc
 

Detailed Description

Definition at line 404 of file CommandLine.h.

Constructor & Destructor Documentation

◆ value_desc()

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

Definition at line 407 of file CommandLine.h.

Member Function Documentation

◆ apply()

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

Definition at line 409 of file CommandLine.h.

References llvm::cl::Option::setValueStr().

Member Data Documentation

◆ Desc

StringRef llvm::cl::value_desc::Desc

Definition at line 405 of file CommandLine.h.


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