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. | |
| int | token |
| The corresponding token. | |
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 |