LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
llvm::cl::cat Struct Reference

#include <CommandLine.h>

Collaboration diagram for llvm::cl::cat:
Collaboration graph
[legend]

Public Member Functions

 cat (OptionCategory &c)
 
template<class Opt >
void apply (Opt &O) const
 

Public Attributes

OptionCategoryCategory
 

Detailed Description

Definition at line 337 of file CommandLine.h.

Constructor & Destructor Documentation

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

Definition at line 339 of file CommandLine.h.

Member Function Documentation

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

Definition at line 342 of file CommandLine.h.

References Category.

Member Data Documentation

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

Definition at line 338 of file CommandLine.h.

Referenced by apply().


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