yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::agent::tools::AsmTemplate Struct Reference

ASM code template with placeholder substitution. More...

#include <code_gen_tool.h>

Public Attributes

std::string name
 
std::string code_template
 
std::vector< std::string > required_params
 
std::string description
 

Detailed Description

ASM code template with placeholder substitution.

Definition at line 32 of file code_gen_tool.h.

Member Data Documentation

◆ name

std::string yaze::cli::agent::tools::AsmTemplate::name

Definition at line 33 of file code_gen_tool.h.

◆ code_template

std::string yaze::cli::agent::tools::AsmTemplate::code_template

Definition at line 34 of file code_gen_tool.h.

◆ required_params

std::vector<std::string> yaze::cli::agent::tools::AsmTemplate::required_params

Definition at line 35 of file code_gen_tool.h.

◆ description

std::string yaze::cli::agent::tools::AsmTemplate::description

Definition at line 36 of file code_gen_tool.h.


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