LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::cl::sub Struct Reference

#include <CommandLine.h>

Collaboration diagram for llvm::cl::sub:
[legend]

Public Member Functions

 sub (SubCommand &S)
 
template<class Opt >
void apply (Opt &O) const
 

Public Attributes

SubCommandSub
 

Detailed Description

Definition at line 426 of file CommandLine.h.

Constructor & Destructor Documentation

llvm::cl::sub::sub ( SubCommand S)
inline

Definition at line 429 of file CommandLine.h.

Member Function Documentation

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

Definition at line 431 of file CommandLine.h.

References Sub.

Member Data Documentation

SubCommand& llvm::cl::sub::Sub

Definition at line 427 of file CommandLine.h.

Referenced by apply().


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