openMSX
|
#include <TclArgParser.hh>
Public Attributes | |
std::string_view | name |
std::function< unsigned(Interpreter &, std::span< const TclObject >)> | func |
Definition at line 65 of file TclArgParser.hh.
std::function<unsigned(Interpreter&, std::span<const TclObject>)> openmsx::ArgsInfo::func |
Definition at line 68 of file TclArgParser.hh.
std::string_view openmsx::ArgsInfo::name |
Definition at line 67 of file TclArgParser.hh.
Referenced by openmsx::parseTclArgs().