Qucs-core
0.0.19
|
#include <check_vcd.h>
Data Fields | |
enum vcd_scopes | type |
char * | ident |
struct vcd_vardef * | vardefs |
struct vcd_scope * | scopes |
struct vcd_scope * | parent |
struct vcd_scope * | next |
Definition at line 105 of file check_vcd.h.
char* vcd_scope::ident |
Definition at line 107 of file check_vcd.h.
struct vcd_scope* vcd_scope::next |
Definition at line 111 of file check_vcd.h.
struct vcd_scope* vcd_scope::parent |
Definition at line 110 of file check_vcd.h.
struct vcd_scope* vcd_scope::scopes |
Definition at line 109 of file check_vcd.h.
Definition at line 106 of file check_vcd.h.
struct vcd_vardef* vcd_scope::vardefs |
Definition at line 108 of file check_vcd.h.