yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::app::editor::CommandManager::CommandInfoOrPrefix Struct Reference

#include <command_manager.h>

Collaboration diagram for yaze::app::editor::CommandManager::CommandInfoOrPrefix:

Public Member Functions

 CommandInfoOrPrefix (CommandInfo command_info)
 
 CommandInfoOrPrefix ()=default
 

Public Attributes

CommandInfo command_info
 
std::unordered_map< std::string, CommandInfoOrPrefixsubcommands
 

Detailed Description

Definition at line 33 of file command_manager.h.

Constructor & Destructor Documentation

◆ CommandInfoOrPrefix() [1/2]

yaze::app::editor::CommandManager::CommandInfoOrPrefix::CommandInfoOrPrefix ( CommandInfo command_info)
inline

Definition at line 36 of file command_manager.h.

◆ CommandInfoOrPrefix() [2/2]

yaze::app::editor::CommandManager::CommandInfoOrPrefix::CommandInfoOrPrefix ( )
default

Member Data Documentation

◆ command_info

CommandInfo yaze::app::editor::CommandManager::CommandInfoOrPrefix::command_info

Definition at line 34 of file command_manager.h.

◆ subcommands

std::unordered_map<std::string, CommandInfoOrPrefix> yaze::app::editor::CommandManager::CommandInfoOrPrefix::subcommands

Definition at line 35 of file command_manager.h.


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