Verilog Parser
|
Storage container for a single element in the linked list. More...
#include <verilog_ast_common.h>
Data Fields | |
void * | data |
ast_list_element * | next |
Storage container for a single element in the linked list.
Typedef for the ast_list_element_t.