LLVM 19.0.0git
Public Member Functions | List of all members
llvm::cl::ValuesClass Class Reference

#include "llvm/Support/CommandLine.h"

Public Member Functions

 ValuesClass (std::initializer_list< OptionEnumValue > Options)
 
template<class Opt >
void apply (Opt &O) const
 

Detailed Description

Definition at line 699 of file CommandLine.h.

Constructor & Destructor Documentation

◆ ValuesClass()

llvm::cl::ValuesClass::ValuesClass ( std::initializer_list< OptionEnumValue Options)
inline

Definition at line 706 of file CommandLine.h.

Member Function Documentation

◆ apply()

template<class Opt >
void llvm::cl::ValuesClass::apply ( Opt &  O) const
inline

Definition at line 709 of file CommandLine.h.

References llvm::Value::Value().


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