srecord  1.65.0
srecord::arglex::table_ty Struct Reference

The table_ty struct is used to repesent a row of a commandline option table, used to match option names with their corresponding tokens. More...

#include <arglex.h>

Public Attributes

const char * name
 The name of the commen line option. More...
 
int token
 The corresponding token. More...
 

Detailed Description

The table_ty struct is used to repesent a row of a commandline option table, used to match option names with their corresponding tokens.

Definition at line 89 of file arglex.h.

Member Data Documentation

◆ name

const char* srecord::arglex::table_ty::name

The name of the commen line option.

Definition at line 94 of file arglex.h.

◆ token

int srecord::arglex::table_ty::token

The corresponding token.

Definition at line 99 of file arglex.h.


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