LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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=0)
 
const char * getName ()
 
const char * getDescription ()
 

Detailed Description

Definition at line 144 of file CommandLine.h.

Constructor & Destructor Documentation

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

Definition at line 150 of file CommandLine.h.

Member Function Documentation

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

Definition at line 153 of file CommandLine.h.

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

Definition at line 152 of file CommandLine.h.


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