LLVM 22.0.0git
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 470 of file CommandLine.h.

Constructor & Destructor Documentation

◆ cat()

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

Definition at line 473 of file CommandLine.h.

References Category.

Member Function Documentation

◆ apply()

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

Definition at line 475 of file CommandLine.h.

References Category.

Member Data Documentation

◆ Category

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

Definition at line 471 of file CommandLine.h.

Referenced by apply(), and cat().


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