Verilog Parser
|
Container struct for the linked list data structure. More...
#include <verilog_ast_common.h>
Data Fields | |
unsigned int | current_item |
ast_list_element * | head |
The "front" of the list. | |
unsigned int | items |
Number of items in the list. | |
ast_list_element * | tail |
The "end" of the list. | |
ast_list_element * | walker |
Used to "walk" along the list. | |
Container struct for the linked list data structure.