srecord
1.65.0
|
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... | |
The table_ty struct is used to repesent a row of a commandline option table, used to match option names with their corresponding tokens.
const char* srecord::arglex::table_ty::name |
int srecord::arglex::table_ty::token |