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

#include <CommandLine.h>

Public Member Functions

 OptionCategory (const char *const Name, const char *const Description=nullptr)
 
const char * getName () const
 
const char * getDescription () const
 

Detailed Description

Definition at line 155 of file CommandLine.h.

Constructor & Destructor Documentation

llvm::cl::OptionCategory::OptionCategory ( const char *const  Name,
const char *const  Description = nullptr 
)
inline

Definition at line 162 of file CommandLine.h.

Member Function Documentation

const char* llvm::cl::OptionCategory::getDescription ( ) const
inline

Definition at line 168 of file CommandLine.h.

const char* llvm::cl::OptionCategory::getName ( ) const
inline

Definition at line 167 of file CommandLine.h.


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