LLVM: llvm:🆑:sub Struct Reference (original) (raw)

#include "[llvm/Support/CommandLine.h](CommandLine%5F8h%5Fsource.html)"

Public Member Functions
sub (SubCommand &S)
sub (SubCommandGroup &G)
template
void apply (Opt &O) const
Public Attributes
SubCommand * Sub = nullptr
SubCommandGroup * Group = nullptr

Detailed Description

Definition at line 479 of file CommandLine.h.

Constructor & Destructor Documentation

â—† sub() [1/2]

llvm:🆑:sub::sub ( SubCommand & S) inline

Definition at line 483 of file CommandLine.h.

References Sub.

â—† sub() [2/2]

llvm:🆑:sub::sub ( SubCommandGroup & G) inline

Definition at line 484 of file CommandLine.h.

References G, and Group.

Member Function Documentation

â—† apply()

template

void llvm:🆑:sub::apply ( Opt & O) const inline

Definition at line 486 of file CommandLine.h.

References Group, and Sub.

Member Data Documentation

â—† Group

SubCommandGroup* llvm:🆑:sub::Group = nullptr

Definition at line 481 of file CommandLine.h.

Referenced by apply(), and sub().

SubCommand* llvm:🆑:sub::Sub = nullptr

Definition at line 480 of file CommandLine.h.

Referenced by apply(), and sub().


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