LLVM: llvm:πŸ†‘:parser< DataType >::OptionInfo Class Reference (original) (raw)

#include "[llvm/Support/CommandLine.h](CommandLine%5F8h%5Fsource.html)"

Inheritance diagram for llvm:πŸ†‘:parser< DataType >::OptionInfo:

[legend]

Public Member Functions
Public Member Functions inherited from llvm:πŸ†‘:generic_parser_base::GenericOptionInfo
Public Attributes
OptionValue< DataType > V
Public Attributes inherited from llvm:πŸ†‘:generic_parser_base::GenericOptionInfo
StringRef Name
StringRef HelpStr

Detailed Description

template
class llvm:πŸ†‘:parser< DataType >::OptionInfo

Definition at line 827 of file CommandLine.h.

Constructor & Destructor Documentation

template

llvm:πŸ†‘:parser< DataType >::OptionInfo::OptionInfo ( StringRef name, DataType v, StringRef helpStr ) inline

Definition at line 829 of file CommandLine.h.

References llvm:πŸ†‘:generic_parser_base::GenericOptionInfo::GenericOptionInfo(), name, and V.

Member Data Documentation

β—† V

template

OptionValue llvm:πŸ†‘:parser< DataType >::OptionInfo::V

Definition at line 832 of file CommandLine.h.

Referenced by OptionInfo().


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