LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::cl::multi_val Struct Reference

#include "llvm/Support/CommandLine.h"

Public Member Functions

 multi_val (unsigned N)
 
template<typename D , typename S , typename P >
void apply (list< D, S, P > &L) const
 

Public Attributes

unsigned AdditionalVals
 

Detailed Description

Definition at line 1761 of file CommandLine.h.

Constructor & Destructor Documentation

◆ multi_val()

llvm::cl::multi_val::multi_val ( unsigned  N)
inlineexplicit

Definition at line 1763 of file CommandLine.h.

Member Function Documentation

◆ apply()

template<typename D , typename S , typename P >
void llvm::cl::multi_val::apply ( list< D, S, P > &  L) const
inline

Definition at line 1766 of file CommandLine.h.

References AdditionalVals.

Member Data Documentation

◆ AdditionalVals

unsigned llvm::cl::multi_val::AdditionalVals

Definition at line 1762 of file CommandLine.h.

Referenced by apply().


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