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

#include "llvm/Support/CommandLine.h"

Public Member Functions

 OptionCategory (StringRef const Name, StringRef const Description="")
 
StringRef getName () const
 
StringRef getDescription () const
 

Detailed Description

Definition at line 180 of file CommandLine.h.

Constructor & Destructor Documentation

◆ OptionCategory()

llvm::cl::OptionCategory::OptionCategory ( StringRef const  Name,
StringRef const  Description = "" 
)
inline

Definition at line 188 of file CommandLine.h.

Member Function Documentation

◆ getDescription()

StringRef llvm::cl::OptionCategory::getDescription ( ) const
inline

Definition at line 195 of file CommandLine.h.

◆ getName()

StringRef llvm::cl::OptionCategory::getName ( ) const
inline

Definition at line 194 of file CommandLine.h.


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