Verilog Parser
verilog_macro_directive Struct Reference

A simple container for macro directives. More...

#include <verilog_preprocessor.h>

Data Fields

unsigned int line
 Line number of the directive.
 
char * macro_id
 The name of the macro.
 
char * macro_value
 The value it expands to.
 

Detailed Description

A simple container for macro directives.


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