LLVM 19.0.0git
Public Member Functions | List of all members
llvm::cl::SubCommandGroup Class Reference

#include "llvm/Support/CommandLine.h"

Public Member Functions

 SubCommandGroup (std::initializer_list< SubCommand * > IL)
 
ArrayRef< SubCommand * > getSubCommands () const
 

Detailed Description

Definition at line 246 of file CommandLine.h.

Constructor & Destructor Documentation

◆ SubCommandGroup()

llvm::cl::SubCommandGroup::SubCommandGroup ( std::initializer_list< SubCommand * >  IL)
inline

Definition at line 250 of file CommandLine.h.

Member Function Documentation

◆ getSubCommands()

ArrayRef< SubCommand * > llvm::cl::SubCommandGroup::getSubCommands ( ) const
inline

Definition at line 252 of file CommandLine.h.

Referenced by llvm::cl::sub::apply().


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