LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::cl::list_initializer< Ty > Struct Template Reference

#include "llvm/Support/CommandLine.h"

Public Member Functions

 list_initializer (ArrayRef< Ty > Vals)
 
template<class Opt >
void apply (Opt &O) const
 

Public Attributes

ArrayRef< Ty > Inits
 

Detailed Description

template<class Ty>
struct llvm::cl::list_initializer< Ty >

Definition at line 443 of file CommandLine.h.

Constructor & Destructor Documentation

◆ list_initializer()

template<class Ty >
llvm::cl::list_initializer< Ty >::list_initializer ( ArrayRef< Ty >  Vals)
inline

Definition at line 445 of file CommandLine.h.

Member Function Documentation

◆ apply()

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

Definition at line 447 of file CommandLine.h.

References llvm::cl::list_initializer< Ty >::Inits.

Member Data Documentation

◆ Inits

template<class Ty >
ArrayRef<Ty> llvm::cl::list_initializer< Ty >::Inits

Definition at line 444 of file CommandLine.h.

Referenced by llvm::cl::list_initializer< Ty >::apply().


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