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 |
ASM code template with placeholder substitution.
Definition at line 32 of file code_gen_tool.h.
| std::string yaze::cli::agent::tools::AsmTemplate::name |
Definition at line 33 of file code_gen_tool.h.
| std::string yaze::cli::agent::tools::AsmTemplate::code_template |
Definition at line 34 of file code_gen_tool.h.
| std::vector<std::string> yaze::cli::agent::tools::AsmTemplate::required_params |
Definition at line 35 of file code_gen_tool.h.
| std::string yaze::cli::agent::tools::AsmTemplate::description |
Definition at line 36 of file code_gen_tool.h.