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

#include <CommandLine.h>

Public Member Functions

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

Detailed Description

Definition at line 162 of file CommandLine.h.

Constructor & Destructor Documentation

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

Definition at line 170 of file CommandLine.h.

Member Function Documentation

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

Definition at line 177 of file CommandLine.h.

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

Definition at line 176 of file CommandLine.h.


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