LLVM 22.0.0git
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 241 of file CommandLine.h.

Constructor & Destructor Documentation

◆ SubCommandGroup()

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

Definition at line 245 of file CommandLine.h.

Member Function Documentation

◆ getSubCommands()

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

Definition at line 247 of file CommandLine.h.


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