LLVM  4.0.0
Public Attributes | List of all members
llvm::cl::OptionEnumValue Struct Reference

#include <CommandLine.h>

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

Public Attributes

StringRef Name
 
int Value
 
StringRef Description
 

Detailed Description

Definition at line 582 of file CommandLine.h.

Member Data Documentation

StringRef llvm::cl::OptionEnumValue::Description

Definition at line 585 of file CommandLine.h.

StringRef llvm::cl::OptionEnumValue::Name

Definition at line 583 of file CommandLine.h.

int llvm::cl::OptionEnumValue::Value

Definition at line 584 of file CommandLine.h.


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