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

#include "llvm/Support/CommandLine.h"

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

Public Member Functions

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

Public Attributes

SubCommandSub
 

Detailed Description

Definition at line 454 of file CommandLine.h.

Constructor & Destructor Documentation

◆ sub()

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

Definition at line 457 of file CommandLine.h.

Member Function Documentation

◆ apply()

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

Definition at line 459 of file CommandLine.h.

Member Data Documentation

◆ Sub

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

Definition at line 455 of file CommandLine.h.


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