srecord  1.65.0
arglex.h File Reference
#include <srecord/format_printf.h>
#include <list>
#include <vector>
#include <string>
Include dependency graph for arglex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  srecord::arglex
 The arglex class is used to implement a lexical analizer for command line arguments. More...
 
struct  srecord::arglex::value_ty
 The value_ty struct is used to represent the value of a command line argument. More...
 
struct  srecord::arglex::table_ty
 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...
 

Namespaces

 srecord
 

Macros

#define SRECORD_ARGLEX_END_MARKER   {0,0}
 

Macro Definition Documentation

◆ SRECORD_ARGLEX_END_MARKER

#define SRECORD_ARGLEX_END_MARKER   {0,0}

Definition at line 29 of file arglex.h.