openMSX
Public Attributes | List of all members
openmsx::ArgsInfo Struct Reference

#include <TclArgParser.hh>

Collaboration diagram for openmsx::ArgsInfo:
Collaboration graph
[legend]

Public Attributes

std::string_view name
 
std::function< unsigned(Interpreter &, std::span< const TclObject >)> func
 

Detailed Description

Definition at line 65 of file TclArgParser.hh.

Member Data Documentation

◆ func

std::function<unsigned(Interpreter&, std::span<const TclObject>)> openmsx::ArgsInfo::func

Definition at line 68 of file TclArgParser.hh.

◆ name

std::string_view openmsx::ArgsInfo::name

Definition at line 67 of file TclArgParser.hh.

Referenced by openmsx::parseTclArgs().


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