LLVM 22.0.0git
llvm::cl::parser< DataType >::OptionInfo Class Reference

#include "llvm/Support/CommandLine.h"

Inheritance diagram for llvm::cl::parser< DataType >::OptionInfo:
[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 827 of file CommandLine.h.

Constructor & Destructor Documentation

◆ OptionInfo()

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

Member Data Documentation

◆ V

template<class DataType>
OptionValue<DataType> llvm::cl::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: