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

#include "llvm/Support/CommandLine.h"

Public Member Functions

 cat (OptionCategory &c)
 
template<class Opt >
void apply (Opt &O) const
 

Public Attributes

OptionCategoryCategory
 

Detailed Description

Definition at line 475 of file CommandLine.h.

Constructor & Destructor Documentation

◆ cat()

llvm::cl::cat::cat ( OptionCategory c)
inline

Definition at line 478 of file CommandLine.h.

Member Function Documentation

◆ apply()

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

Definition at line 480 of file CommandLine.h.

References Category.

Member Data Documentation

◆ Category

OptionCategory& llvm::cl::cat::Category

Definition at line 476 of file CommandLine.h.

Referenced by apply().


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