srecord  1.65.0
srecord::arglex::value_ty Struct Reference

The value_ty struct is used to represent the value of a command line argument. More...

#include <arglex.h>

Public Attributes

const char * alv_string
 The literal string value of the token. More...
 
long alv_number
 The integer vale of the token. More...
 

Detailed Description

The value_ty struct is used to represent the value of a command line argument.

Definition at line 70 of file arglex.h.

Member Data Documentation

◆ alv_string

const char* srecord::arglex::value_ty::alv_string

The literal string value of the token.

Definition at line 75 of file arglex.h.

◆ alv_number

long srecord::arglex::value_ty::alv_number

The integer vale of the token.

Only meaningful for token_number, otherwise zero.

Definition at line 81 of file arglex.h.


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