KiCad PCB EDA Suite
Loading...
Searching...
No Matches
COMMAND_ENTRY Struct Reference

Public Member Functions

 COMMAND_ENTRY (CLI::COMMAND *aHandler)
 
 COMMAND_ENTRY (CLI::COMMAND *aHandler, std::vector< COMMAND_ENTRY > aSub)
 

Public Attributes

CLI::COMMANDhandler
 
std::vector< COMMAND_ENTRYsubCommands
 

Detailed Description

Definition at line 106 of file kicad_cli.cpp.

Constructor & Destructor Documentation

◆ COMMAND_ENTRY() [1/2]

COMMAND_ENTRY::COMMAND_ENTRY ( CLI::COMMAND * aHandler)
inline

Definition at line 112 of file kicad_cli.cpp.

References handler.

◆ COMMAND_ENTRY() [2/2]

COMMAND_ENTRY::COMMAND_ENTRY ( CLI::COMMAND * aHandler,
std::vector< COMMAND_ENTRY > aSub )
inline

Definition at line 113 of file kicad_cli.cpp.

References handler, and subCommands.

Member Data Documentation

◆ handler

CLI::COMMAND* COMMAND_ENTRY::handler

◆ subCommands

std::vector<COMMAND_ENTRY> COMMAND_ENTRY::subCommands

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