Verilog Parser
ast_stack Struct Reference

A very simple stack. More...

#include <verilog_ast_common.h>

Data Fields

unsigned int depth
 How many items are on the stack?
 
ast_stack_element * items
 The stack of items.
 

Detailed Description

A very simple stack.


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