LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::cl::parser< DataType >::OptionInfo Class Reference

#include "llvm/Support/CommandLine.h"

Inheritance diagram for llvm::cl::parser< DataType >::OptionInfo:
Inheritance graph
[legend]

Public Member Functions

 OptionInfo (StringRef name, DataType v, StringRef helpStr)
 
- Public Member Functions inherited from llvm::cl::generic_parser_base::GenericOptionInfo
 GenericOptionInfo (StringRef name, StringRef helpStr)
 

Public Attributes

OptionValue< DataType > V
 
- Public Attributes inherited from llvm::cl::generic_parser_base::GenericOptionInfo
StringRef Name
 
StringRef HelpStr
 

Detailed Description

template<class DataType>
class llvm::cl::parser< DataType >::OptionInfo

Definition at line 832 of file CommandLine.h.

Constructor & Destructor Documentation

◆ OptionInfo()

template<class DataType >
llvm::cl::parser< DataType >::OptionInfo::OptionInfo ( StringRef  name,
DataType  v,
StringRef  helpStr 
)
inline

Definition at line 834 of file CommandLine.h.

Member Data Documentation

◆ V

template<class DataType >
OptionValue<DataType> llvm::cl::parser< DataType >::OptionInfo::V

Definition at line 837 of file CommandLine.h.


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